diff --git a/suse.vimrc b/suse.vimrc index 8ad242d..89e0796 100644 --- a/suse.vimrc +++ b/suse.vimrc @@ -44,13 +44,10 @@ set backspace=indent,eol,start " Try to get the correct main terminal type if &term =~ "xterm" let myterm = "xterm" -elseif &term =~ "screen" - let myterm = "screen" else let myterm = &term endif let myterm = substitute(myterm, "cons[0-9][0-9].*$", "linux", "") -let myterm = substitute(myterm, "cons[0-9][0-9].*$", "linux", "") let myterm = substitute(myterm, "vt1[0-9][0-9].*$", "vt100", "") let myterm = substitute(myterm, "vt2[0-9][0-9].*$", "vt220", "") let myterm = substitute(myterm, "\\([^-]*\\)[_-].*$", "\\1", "") @@ -194,39 +191,6 @@ if myterm == "linux" map [G i endif -if myterm == "screen" - map! [1;2D - map! [1;2C - map! [1;2A - map! [1;2B - map! [1;2H - map! [1;2F - map! [2;2~ - map! [3;2~ - map! [5;2~ - map! [6;2~ - map! [1;5D - map! [1;5C - map! [1;5A - map! [1;5B - map! [1;5H - map! [1;5F - map! [2;5~ - map! [3;5~ - map! [5;5~ - map! [6;5~ - map! [1;3D - map! [1;3C - map! [1;3A - map! [1;3B - map! [1;3H - map! [1;3F - map! [2;3~ - map! [3;3~ - map! [5;3~ - map! [6;3~ -endif - " This escape sequence is the well known ANSI sequence for " Remove Character Under The Cursor (RCUTC[tm]) map! [3~ diff --git a/vim.changes b/vim.changes index c70143b..6bae357 100644 --- a/vim.changes +++ b/vim.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Apr 27 12:06:07 CEST 2010 - werner@suse.de - -- Add screen control sequences to inputrc (bnc#598903) - ------------------------------------------------------------------- Sat Mar 27 11:48:28 CET 2010 - vuntz@opensuse.org