Fixed vim and zsh
This commit is contained in:
8
vim/plugins/ultisnips/after/plugin/UltiSnips_after.vim
Normal file
8
vim/plugins/ultisnips/after/plugin/UltiSnips_after.vim
Normal file
@ -0,0 +1,8 @@
|
||||
" Called after everything else to reclaim keys (Needed for Supertab)
|
||||
|
||||
if exists("b:did_after_plugin_ultisnips_after") || !exists("g:_uspy")
|
||||
finish
|
||||
endif
|
||||
let b:did_after_plugin_ultisnips_after = 1
|
||||
|
||||
call UltiSnips#map_keys#MapKeys()
|
Reference in New Issue
Block a user