Merge pull request #1700 from mox-mox/master

Add extension for vim-localsearch
This commit is contained in:
Christian Brabandt
2018-04-09 13:27:44 +02:00
committed by GitHub
4 changed files with 55 additions and 5 deletions

View File

@@ -172,6 +172,11 @@ function! airline#extensions#load()
call add(loaded_ext, 'ctrlp')
endif
if get(g:, 'loaded_localsearch', 0)
call airline#extensions#localsearch#init(s:ext)
call add(loaded_ext, 'localsearch')
endif
if get(g:, 'CtrlSpaceLoaded', 0)
call airline#extensions#ctrlspace#init(s:ext)
call add(loaded_ext, 'ctrlspace')