wsdjeg
6ad76ee048
test(check.yml): add more test
2022-04-02 12:11:41 +08:00
wsdjeg
5fcb1da81f
revert(highlight.vim): revert E725
2022-04-02 12:02:50 +08:00
wsdjeg
a488f92a9b
fix(E725): fix vim error E725
2022-04-02 11:52:41 +08:00
wsdjeg
30137f4c64
fix(iedit): fix cursor_stack index checking
2022-04-02 11:10:18 +08:00
wsdjeg
4ff3eaf3e2
fix(test): switch to windows-2019
2022-04-02 11:01:32 +08:00
wsdjeg
9279c7ca71
fix(highlight.vim): fix highlight plugin
2022-04-02 10:57:19 +08:00
wsdjeg
7dd20aeb14
fix(statusline): fix normal mode statusline
2022-04-02 10:48:23 +08:00
wsdjeg
cc8c2e2bf1
fix(iedit): fix Ctrl-p
key binding of iedit
2022-04-01 23:39:07 +08:00
Wang Shidong
51c9556d7b
feat(iedit): improve iedit mode ( #4615 )
...
The new feature of iedit:
- start: `SPC s E` start iedit with only current match
- next: `<C-n>` add a new virtual cursor + selection on the next match
- skip: `<C-x>` skip the next match
- prev: `<C-p>` remove current virtual cursor + selection and go back on previous match
- select all: `SPC s e` start iedit with all matches
2022-04-01 23:28:30 +08:00
wsdjeg
bf67dbbb15
docs(cscope): update :h SpaceVim-layers-cscope
2022-03-31 16:02:29 +08:00
wsdjeg
2f68beeacb
fix(lsp): disable jedi when pyright enabled
2022-03-31 13:19:01 +08:00
wsdjeg
25ce872314
fix(util): fix if_expand_tab function
2022-03-31 12:58:54 +08:00
wsdjeg
e1e2138080
docs(weisite): update website documentation
2022-03-31 12:50:48 +08:00
wsdjeg
14a691a8aa
refactor(python): move python autocmd to lang#python
layer
2022-03-31 12:33:43 +08:00
wsdjeg
bed725bead
refactor(lang#vim): move viml autocmd to lang#vim
layer
2022-03-31 12:31:14 +08:00
wsdjeg
d995c06367
fix(indentline): disable indentline for defx buffer
2022-03-31 12:29:39 +08:00
wsdjeg
b519ea398c
fix(php): fix php gd
key binding
...
close https://github.com/SpaceVim/SpaceVim/issues/4585
2022-03-31 00:24:22 +08:00
wsdjeg
54c5e8eb60
fix(fillchars): fix fillchars
option
2022-03-30 23:56:05 +08:00
wsdjeg
45a18b4f80
fix(indentline): fix indentline setting
...
close https://github.com/SpaceVim/SpaceVim/issues/4600
2022-03-30 23:53:24 +08:00
wsdjeg
fe0fb46018
pref(indentline): update bundle indent-blankline.nvim
...
ref: 9920ceb79b
2022-03-30 23:41:26 +08:00
wsdjeg
662480aabf
feat(mkdir): make automkdir plugin support :w foo/test.vim
2022-03-30 16:58:30 +08:00
wsdjeg
c3eaaf59f4
docs(tutorial): update vim script guide
2022-03-30 15:33:29 +08:00
wsdjeg
8e7ffefc11
feat(api): improve SpaceVim#api#register
function
2022-03-29 22:08:13 +08:00
wsdjeg
b53538deda
chore(lua): add comment about lua package path
2022-03-29 21:48:33 +08:00
Palash Bauri
f454a0ac51
fix(lisp): fix vlime support
...
close #4485
2022-03-29 21:10:21 +08:00
wsdjeg
95e1f0e199
refactor(vim#highlight): add is_string()
function
2022-03-28 12:03:17 +08:00
wsdjeg
a8d183fdd9
ci(vim): add test for vim 8.2.2434 and 8.2.3995
2022-03-27 15:58:07 +08:00
wsdjeg
49baf80ed3
docs(test): update doc for test
layer
2022-03-27 15:36:34 +08:00
wsdjeg
33cc57af55
chore(copyright): update email
2022-03-27 13:38:54 +08:00
blankname
a88473316d
fix(flygrep): include time
api when detaching FlyGrep
...
Co-authored-by: blank_name <>
2022-03-25 11:25:10 +08:00
wsdjeg
e64b332805
docs(cmdlinemenu): add usage example
2022-03-23 22:38:24 +08:00
wsdjeg
3e4683831b
test(nvim): add test for neovim
2022-03-23 22:31:43 +08:00
wsdjeg
5e21836e18
fix(iedit): fix iedit statusline
2022-03-23 22:06:29 +08:00
wsdjeg
3095dc7f96
refactor(debug): add debug log for iedit
2022-03-23 21:30:15 +08:00
wsdjeg
c63e9bf303
fix(iedit): skip empty character when start iedit
...
if the cursor in on empty character, iedit should be skipped
2022-03-23 21:25:08 +08:00
wsdjeg
c8cc8c0332
feat(iedit): add b
key binding for iedit
2022-03-23 19:41:06 +08:00
wsdjeg
c542da7606
feat(iedit): add w
key binding for iedit-normal mode
2022-03-23 19:32:15 +08:00
wsdjeg
daf80925ed
fix(iedit): fix e
key binding in iedit mode
2022-03-23 19:20:27 +08:00
wsdjeg
b8a562f702
feat(iedit): add e
key binding in iedit-normal mode
2022-03-23 19:12:59 +08:00
wsdjeg
ccb6f0de20
docs(iedit): add :h SpaceVim-plugins-iedit
2022-03-23 18:57:21 +08:00
wsdjeg
8677c8a830
feat(mapping): add SPC b o
to kill all buffers and windows
2022-03-23 14:10:09 +08:00
wsdjeg
3e4b0965df
docs(api): add :h SpaceVim-api-clock
2022-03-23 13:15:56 +08:00
wsdjeg
298e3356cf
docs(wiki): update project layout page
2022-03-22 21:46:15 +08:00
wsdjeg
96980eb68c
docs(README): add link to FAQ page
2022-03-22 21:26:23 +08:00
wsdjeg
92ce9fbb55
docs(WebAssembly): add :h SpaceVim-layers-lang-WebAssembly
2022-03-22 21:09:32 +08:00
wsdjeg
a4d20477dd
docs(wdl): add :h SpaceVim-layers-lang-wdl
2022-03-22 21:06:03 +08:00
wsdjeg
db7dee960f
feat(checkers): add lint_exclude_filetype
option
...
close https://github.com/SpaceVim/SpaceVim/issues/4553
2022-03-22 19:17:40 +08:00
wsdjeg
3dccacb0d8
fix(ui): fix indentline_exclude_filetype
option
2022-03-22 19:11:29 +08:00
wsdjeg
88f4eac845
docs(mail): add doc for mail
layer
2022-03-22 18:52:13 +08:00
Hamidreza Hosseinkhani
3af5db3e15
fix(docker): add exuberant-ctags
2022-03-22 15:21:35 +08:00