2015-07-11 10:17:50 -04:00
|
|
|
" Called after everything else to reclaim keys (Needed for Supertab)
|
2009-07-27 03:51:09 -04:00
|
|
|
|
2015-07-11 10:17:50 -04:00
|
|
|
if exists("b:did_after_plugin_ultisnips_after") || !exists("g:_uspy")
|
|
|
|
finish
|
2009-07-27 03:51:09 -04:00
|
|
|
endif
|
2015-07-11 10:17:50 -04:00
|
|
|
let b:did_after_plugin_ultisnips_after = 1
|
2009-07-27 03:51:09 -04:00
|
|
|
|
2014-02-17 02:15:04 -05:00
|
|
|
call UltiSnips#map_keys#MapKeys()
|