Added SearchComplete tab completion when searching with /
This commit is contained in:
parent
e07b1eb2bf
commit
fd5962db06
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -326,3 +326,6 @@
|
||||
path = vim/bundle/vim-scripts-YankRing
|
||||
url = https://github.com/vim-scripts/YankRing.vim
|
||||
ignore = dirty
|
||||
[submodule "vim/bundle/vim-scripts-SearchComplete"]
|
||||
path = vim/bundle/vim-scripts-SearchComplete
|
||||
url = https://github.com/vim-scripts/SearchComplete.git
|
||||
|
@ -490,6 +490,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
|
||||
* Arpeggio - allows you to define key-chord combinations
|
||||
* IndexedSearch - when you do searches will show you "Match 2 of 4" in the status line
|
||||
* delimitMate - automatically closes quotes
|
||||
* SearchComplete - tab completion in the / search window
|
||||
* syntastic - automatic syntax checking when you save the file
|
||||
* repeat - adds `.` (repeat command) support for complex commands like surround.vim. i.e. if you perform a surround and hit `.`, it will Just Work (vim by default will only repeat the last piece of the complex command)
|
||||
* endwise - automatically closes blocks (if/end)
|
||||
|
1
vim/bundle/vim-scripts-SearchComplete
Submodule
1
vim/bundle/vim-scripts-SearchComplete
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit d85ccf8c6c1fa88feff0c56b8fe271b7d91bd292
|
Loading…
Reference in New Issue
Block a user