From c218b41b9670e26713667d2da539128e87013429 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Sat, 9 Aug 2008 20:58:52 +0000 Subject: [PATCH] - seems no longer needed Changed files: vim-vimrc.patch -> 1.7 --- vim-vimrc.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 vim-vimrc.patch diff --git a/vim-vimrc.patch b/vim-vimrc.patch deleted file mode 100644 index 03c908f..0000000 --- a/vim-vimrc.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- vim71/runtime/vimrc_example.vim~ 2007-05-13 08:47:25.040494112 +0200 -+++ vim71/runtime/vimrc_example.vim 2007-05-13 08:49:53.405346643 +0200 -@@ -38,7 +38,7 @@ - map Q gq - - " In many terminal emulators the mouse works just fine, thus enable it. --set mouse=a -+"set mouse=a - - " Switch syntax highlighting on, when the terminal has colors - " Also switch on highlighting the last used search pattern. -@@ -83,5 +83,8 @@ - - " Convenient command to see the difference between the current buffer and the - " file it was loaded from, thus the changes you made. -+if v:progname =~! "vi" - command DiffOrig vert new | set bt=nofile | r # | 0d_ | diffthis - \ | wincmd p | diffthis -+endif -+ -+" USE :help colorscheme FOR INFO -+"set background=dark -- 2.44.0