From 27cae3852962fa0c95816323c6455e94bf588903 Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Sun, 14 Oct 2012 11:37:58 +0200 Subject: [PATCH] DEL and c-h now behave as BS in select mode. Patch partly by buztard --- doc/UltiSnips.txt | 1 + plugin/UltiSnips.vim | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt index 6d14b4d..ef7ce47 100644 --- a/doc/UltiSnips.txt +++ b/doc/UltiSnips.txt @@ -1246,6 +1246,7 @@ Contributors listed in chronological order: aschrab - Aaron Schrab stardiviner - NagatoPain skeept - Jorge Rodrigues + buztard 7.2 Snippets *UltiSnips-contrisnippets* diff --git a/plugin/UltiSnips.vim b/plugin/UltiSnips.vim index 344d959..3e54471 100644 --- a/plugin/UltiSnips.vim +++ b/plugin/UltiSnips.vim @@ -207,6 +207,8 @@ function! UltiSnips_MapKeys() exec "snoremap " . g:UltiSnipsListSnippets . " :call UltiSnips_ListSnippets()" snoremap c + snoremap c + snoremap c endf function! UltiSnips_CursorMoved()