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 |
|
wsdjeg
|
53b493372d
|
fix(rooter): clear b:rootDir for none project
|
2022-04-16 20:13:05 +08:00 |
|
wsdjeg
|
955c42ca79
|
fix(denite): do not switch denite buffer when press <Bs>
|
2022-04-16 11:09:47 +08:00 |
|
wsdjeg
|
fce3fdd2ba
|
feat(statusline): support global statusline
|
2022-04-16 09:03:59 +08:00 |
|
wsdjeg
|
a6e14e1cfb
|
fix(git): fix git branch info
|
2022-04-15 23:56:31 +08:00 |
|
wsdjeg
|
0f623af900
|
fix(git): improve branch detection
close https://github.com/SpaceVim/SpaceVim/issues/4142
|
2022-04-15 23:45:50 +08:00 |
|
wsdjeg
|
d5f7ef3332
|
refactor(file): refactor the file api
|
2022-04-15 23:23:46 +08:00 |
|
wsdjeg
|
9b65c22c73
|
fix(verilog): change verilog related functions
|
2022-04-15 20:54:16 +08:00 |
|
wsdjeg
|
1611aecc49
|
feat(verilog): add lang#verilog layer
|
2022-04-15 20:36:45 +08:00 |
|
wsdjeg
|
a76611b448
|
fix(denite): fix denite_next/prev function
|
2022-04-15 19:32:42 +08:00 |
|
wsdjeg
|
ca88eed294
|
refactor(api): remove SpaceVim#util#globpath function
use `vim#compatible` api
|
2022-04-15 17:13:41 +08:00 |
|
wsdjeg
|
2eadc4c439
|
docs(video): add link to Getting Started With SpaceVim
|
2022-04-15 10:57:50 +08:00 |
|
wsdjeg
|
fa468c4396
|
pref(denite): improve denite key binding
use neovim api to avoid switch windows
|
2022-04-15 10:22:03 +08:00 |
|
wsdjeg
|
78c41dd587
|
fix(commit): disable cindent for git commit buffer
|
2022-04-15 09:57:24 +08:00 |
|
wsdjeg
|
05651e0a7f
|
fix(denite): enable match_highlight by default
close https://github.com/SpaceVim/SpaceVim/issues/4622
|
2022-04-15 09:56:06 +08:00 |
|
wsdjeg
|
7f42c793dc
|
docs(searcher): add doc about SPC s j
|
2022-04-14 23:21:58 +08:00 |
|
ShenMian
|
85ef372fc3
|
docs(contributing): translate CONTRIBUTING.cn.md
|
2022-04-14 22:21:08 +08:00 |
|
wsdjeg
|
99078b7706
|
docs(tasks): update :h SpaceVim-usage-tasks
|
2022-04-14 21:49:07 +08:00 |
|
wsdjeg
|
de88eb3fd8
|
docs(tabmanager): add :h SpaceVim-plugins-tabmanager
|
2022-04-14 19:26:47 +08:00 |
|
wsdjeg
|
109a5b2490
|
fix(statusline): backward compatibility
|
2022-04-14 17:33:50 +08:00 |
|
wsdjeg
|
b244af6e08
|
pref(options)!: rename statusline options
change spacevim_statusline_left_sections = spacevim_statusline_left
change spacevim_statusline_right_sections = spacevim_statusline_right
BREAKING CHANGE: rename the statusline sections option
|
2022-04-14 17:27:22 +08:00 |
|
wsdjeg
|
43f9e530f1
|
feat(netrw): add option to enable/disable netrw
close https://github.com/SpaceVim/SpaceVim/issues/4516
|
2022-04-14 16:53:07 +08:00 |
|
wsdjeg
|
3678bf51f6
|
pref(terminal): improve terminal support
|
2022-04-14 16:22:27 +08:00 |
|
wsdjeg
|
d5cf952778
|
chore(treesitter): use bundle treesitter
|
2022-04-14 12:01:23 +08:00 |
|
wsdjeg
|
4d04e3ff96
|
fix(startup): fix parser_argv function
close https://github.com/SpaceVim/SpaceVim/issues/4610
|
2022-04-14 00:33:16 +08:00 |
|