diff --git a/.gitmodules b/.gitmodules index 738beda..cf10143 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index de91a3c..5d6441d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/vim/bundle/vim-scripts-SearchComplete b/vim/bundle/vim-scripts-SearchComplete new file mode 160000 index 0000000..d85ccf8 --- /dev/null +++ b/vim/bundle/vim-scripts-SearchComplete @@ -0,0 +1 @@ +Subproject commit d85ccf8c6c1fa88feff0c56b8fe271b7d91bd292