You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
" 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()
|