DEL
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=689
This commit is contained in:
parent
07751dc6d3
commit
c9da5603c9
@ -292,7 +292,7 @@ endif
|
||||
|
||||
" This escape sequence is the well known ANSI sequence for
|
||||
" Remove Character Under The Cursor (RCUTC[tm])
|
||||
if !has("gui_running")
|
||||
if !has("gui_running") && myterm == "xterm"
|
||||
map! <Esc>[3~ <Delete>
|
||||
map <ESC>[3~ x
|
||||
endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 3 15:16:18 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Current vim seems to have timing problems with its parser to
|
||||
distinguish between <ESC> and <ESC>[~3 at least in urxvt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 2 12:42:28 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user