]> git.pld-linux.org Git - packages/vim.git/commitdiff
- seems no longer needed
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 9 Aug 2008 20:58:52 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-vimrc.patch -> 1.7

vim-vimrc.patch [deleted file]

diff --git a/vim-vimrc.patch b/vim-vimrc.patch
deleted file mode 100644 (file)
index 03c908f..0000000
+++ /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
This page took 0.115106 seconds and 4 git commands to generate.