Added SearchComplete tab completion when searching with /

This commit is contained in:
yan 2012-07-16 13:53:33 -07:00
parent e07b1eb2bf
commit fd5962db06
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -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)

@ -0,0 +1 @@
Subproject commit d85ccf8c6c1fa88feff0c56b8fe271b7d91bd292