8 lines
222 B
VimL
8 lines
222 B
VimL
|
" Force NeoBundle to check the loaded plugins and install them
|
||
|
|
||
|
call DoNeoBundleCheck( )
|
||
|
|
||
|
" Do mappings somewhere else
|
||
|
" nmap <silent> <S-F12> :NeoBundleCheckUpdate<cr>
|
||
|
" nmap <silent> <C-F12> :call DoNeoBundleCheck()<cr>
|