Add (very small) support for unite.vim

Thanks to the help of @benjumanji, I added custom highlighting for unite.vim's
grep search results (white fg on a green bg so that they stand out).
This may not be a very stable solution since it relies on unite.vim internals,
but hey, c'est la vie.
This commit is contained in:
Andrea Leopardi 2015-03-11 15:41:52 +01:00
parent e3b303680e
commit fecea14417

View file

@ -227,6 +227,8 @@ call s:Col('CtrlPPrtBase', 'base4') " '>>>' prompt
call s:Col('CtrlPPrtText', 'cyan') " text in the prompt
call s:Col('CtrlPPtrCursor', 'base7') " cursor in the prompt
" unite.vim
call s:Col('uniteSource__GrepPattern', 'base7', 'green')
" Cleanup =====================================================================