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