Fix #344 change <ESC> behavior

This commit is contained in:
Shougo Matsushita 2016-06-08 20:35:21 +09:00
parent 9eac227835
commit b823c2e639
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ function! neosnippet#mappings#_clear_select_mode_mappings() abort "{{{
snoremap <BS> a<BS>
snoremap <Del> a<BS>
snoremap <C-h> a<BS>
snoremap <ESC> <BS><ESC>
endfunction"}}}
function! neosnippet#mappings#_register_oneshot_snippet() abort "{{{