Switched to the official incsearch repo and created syntax defs

This commit is contained in:
Kevin MacMartin 2014-10-19 14:00:53 -04:00
parent 70003e79d4
commit b334ef1374
3 changed files with 8 additions and 4 deletions

2
.gitmodules vendored
View file

@ -102,4 +102,4 @@
url = https://github.com/tomtom/ttagecho_vim.git
[submodule "vim/bundle/incsearch.vim"]
path = vim/bundle/incsearch.vim
url = https://github.com/vim-scripts/incsearch.vim.git
url = https://github.com/haya14busa/incsearch.vim

@ -1 +1 @@
Subproject commit a4b7c9151ffef45c496632abbcbcb1e2cb2cb2cf
Subproject commit 24edb0c61afe2d9dca521816e692a1c0ad24824d

View file

@ -312,8 +312,12 @@ call s:X("Pmenu","#87d7ff","#303030","","Grey","Blue")
call s:X("PmenuSel","#87d7ff","#4e4e4e","bold","White","Black")
"search
call s:X("Search","#87d7ff","#262626","standout","Blue",s:termBlack)
call s:X("IncSearch","#87d7ff","#262626","standout,bold","Blue",s:termBlack)
call s:X("Search","","#262626","standout","",s:termBlack)
hi! link IncSearchMatch Search
hi! link IncSearchMatchReverse Search
call s:X("IncSearch","","#262626","standout,bold,underline","",s:termBlack)
hi! link IncSearchOnCursor IncSearch
hi! link IncSearchCursor IncSearchOnCursor
"status line
call s:X("StatusLine","#000000","#d75f5f","bold",s:termBlack,"Red")