1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:10:05 +08:00
Commit Graph

5564 Commits

Author SHA1 Message Date
wsdjeg
5e7db7bae4 docs(runner): update code runner doc 2022-04-23 10:55:36 +08:00
wsdjeg
10098fdf37 feat(mapping): improve SPC w m key binding 2022-04-23 10:31:59 +08:00
wsdjeg
215cf80a24 fix(todo): fix todo.vim for vim74 2022-04-23 09:45:10 +08:00
wsdjeg
bd9b923d0e fix(todo.vim): remove win_getid function 2022-04-23 00:08:22 +08:00
wsdjeg
2960cbd3a6 test(todo): add test for todo.vim 2022-04-22 22:38:34 +08:00
wsdjeg
eaf29aff63 docs(faq): add guide for manual installation 2022-04-22 22:07:55 +08:00
wsdjeg
8762d5c9a1 fix(timers): fix timers checking 2022-04-22 21:44:49 +08:00
wsdjeg
26addd7078 fix(flygrep): check has('timers') 2022-04-22 21:26:10 +08:00
wsdjeg
28fc230368 chore(typo): fix typo in smartclose function 2022-04-22 21:18:44 +08:00
wsdjeg
8eeb6964f2 fix(mapping): fix unknown function win_getid 2022-04-22 21:17:04 +08:00
wsdjeg
accc7b8dcd fix(branch): fix on_exit_show_branch function 2022-04-22 21:08:40 +08:00
wsdjeg
4ebcd961c7 fix(smoothie): fix smoothie requirements 2022-04-22 21:04:00 +08:00
wsdjeg
cf719fae36 fix(git): fix branch info 2022-04-22 21:00:33 +08:00
wsdjeg
00cab12850 fix(prompt): check type instead of compare with string
E693: Can only compare Funcref with Funcref
2022-04-22 20:24:37 +08:00
wsdjeg
6c27cd991c test(flygrep): check vim patch 7.4.1557 2022-04-22 20:07:20 +08:00
wsdjeg
ce699e7af7 test(flygrep): add test for flygrep 2022-04-22 19:54:47 +08:00
wsdjeg
ae6ecf01cf fix(prompt): fix ctrl-r mode
`"\<bs>" =~# '[a-zA-Z0-9"+:/]'` return 1
`eval('@' . "\<bs>")` cause E488
2022-04-22 19:13:11 +08:00
Kristof Ostir
faf0a6b494
docs(faq): update doc for manual installation
close https://gitee.com/spacevim/SpaceVim/issues/I1SHU7
2022-04-22 18:32:16 +08:00
wsdjeg
f07916c9e7 feat(rust): use bundle rust.vim
close https://github.com/SpaceVim/SpaceVim/issues/4620
2022-04-22 16:43:25 +08:00
wsdjeg
7e32e062d6 feat(colorscheme): add dracula
close https://github.com/SpaceVim/SpaceVim/issues/4063
2022-04-22 13:54:14 +08:00
wsdjeg
2b3e7314e4 pref(statusline): add extra space before qf title 2022-04-22 13:03:58 +08:00
wsdjeg
c486cc1575 fix(lsp): use path_to_fname 2022-04-22 12:56:35 +08:00
Alessio Linares
0a1af5b6bf
feat(lsp): support #{cwd} for the current working directory
* In lsp config replace #{cwd} for the current working directory.

* Fix bug introduced by renaming a variable

Co-authored-by: Alessio Linares <alessio.linares@king.com>
2022-04-22 12:14:16 +08:00
wsdjeg
4b617500ec docs(scrollbar): add doc about scrollbar 2022-04-22 11:53:22 +08:00
wsdjeg
8f1f93350e fix(shell): fix default cwd of terminal
close https://github.com/SpaceVim/SpaceVim/issues/4644
2022-04-21 23:41:00 +08:00
wsdjeg
d42fb9bda6 fix(mapping): fix smartclose function for vim 2022-04-21 22:52:05 +08:00
wsdjeg
0b4d10639d fix(vim#buffer): fix create_buf function
create_buf do not load buffer automatically.
load the buffer as far as possible
2022-04-21 21:03:05 +08:00
wsdjeg
1670480e3b fix(scrollbar): check each_line 2022-04-21 18:59:53 +08:00
wsdjeg
1029925b56 fix(scrollbar): fix scrollbar position 2022-04-21 18:39:12 +08:00
wsdjeg
a98061caad fix(scrollbar): fix position of scrollbar 2022-04-21 13:14:45 +08:00
wsdjeg
0b3f505e4d pref(statusline): remove extra space 2022-04-21 11:59:00 +08:00
wsdjeg
86d8ddefec fix(branch): fix statusline branch info 2022-04-21 10:50:20 +08:00
wsdjeg
d27ca33a9c feat(option): add bootstrap_script option 2022-04-21 00:49:10 +08:00
wsdjeg
22939866c0 fix(treesitter): add loadable function 2022-04-21 00:20:42 +08:00
wsdjeg
2b4b4ec93b fix(vim): fix index out of range error 2022-04-21 00:18:09 +08:00
wsdjeg
37ed3bd235 chore(website): use gtag.js 2022-04-20 23:40:20 +08:00
wsdjeg
a36eb377db fix(scrollbar): fix scrollbar on SPC number key binding
Problem:If win_count < number, SPC number will close scrollbar
Solution: use vim#window.win_count api instead of winnr('$')
2022-04-20 22:58:34 +08:00
wsdjeg
8937bc7cbe fix(core): typo in parser_argv function 2022-04-20 22:20:25 +08:00
wsdjeg
c8035f713f fix(core): fix parser_argv function
close https://github.com/SpaceVim/SpaceVim/issues/4640
2022-04-20 22:16:18 +08:00
Kristof Ostir
a1b65988e7
fix(core): fix Windows install script && update faq 2022-04-20 01:31:23 +08:00
wsdjeg
e9b5a524a6 pref(scrollbar): set eventignore=all when update scrollbar 2022-04-19 23:01:33 +08:00
wsdjeg
2c29bd6462 fix(scrollbar): fix noautocmd bd
close https://github.com/SpaceVim/SpaceVim/issues/4642
2022-04-19 22:52:35 +08:00
Wang Shidong
fcc564ae25
feat(scrollbar): add scrollbar support for vim 2022-04-19 19:42:01 +08:00
wsdjeg
30d8b3dcb1 fix(scrollbar): fix scrollbar on WIN o key binding 2022-04-18 22:32:28 +08:00
wsdjeg
5d372564d5 feat(api): add message.nvim_echo api 2022-04-17 22:56:52 +08:00
wsdjeg
8ba0fda717 fix(tab): fix event checking 2022-04-16 23:47:24 +08:00
wsdjeg
a4084690f5 fix(scrollbar): add WinScrolled event if supported 2022-04-16 23:44:04 +08:00
wsdjeg
a276b8c1ab feat(git): change git log regexp 2022-04-16 22:00:23 +08:00
wsdjeg
b6218e0d4a feat(scrollbar): update scrollbar on CursorHold autocmd 2022-04-16 21:09:33 +08:00
wsdjeg
0ff0c941dc fix(projectmanager): add project_non_root option 2022-04-16 20:41:01 +08:00