SHA256
8
0
forked from pool/vim

Gvim has its own terminal like screen

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=685
This commit is contained in:
2021-11-02 09:55:20 +00:00
committed by Git OBS Bridge
parent 2a7a4fd4b9
commit b51fe9aed4
3 changed files with 15 additions and 6 deletions

View File

@@ -292,8 +292,10 @@ endif
" This escape sequence is the well known ANSI sequence for
" Remove Character Under The Cursor (RCUTC[tm])
map! <Esc>[3~ <Delete>
map <ESC>[3~ x
if !has("gui_running")
map! <Esc>[3~ <Delete>
map <ESC>[3~ x
endif
" Only do this part when compiled with support for autocommands.
if has("autocmd")