]> git.pld-linux.org Git - packages/vim.git/blob - vim-vimrc.patch
- updated to 7.1.100
[packages/vim.git] / vim-vimrc.patch
1 --- vim71/runtime/vimrc_example.vim~    2007-05-13 08:47:25.040494112 +0200
2 +++ vim71/runtime/vimrc_example.vim     2007-05-13 08:49:53.405346643 +0200
3 @@ -38,7 +38,7 @@
4  map Q gq
5  
6  " In many terminal emulators the mouse works just fine, thus enable it.
7 -set mouse=a
8 +"set mouse=a
9  
10  " Switch syntax highlighting on, when the terminal has colors
11  " Also switch on highlighting the last used search pattern.
12 @@ -83,3 +83,8 @@
13  " file it was loaded from, thus the changes you made.
14  command DiffOrig vert new | set bt=nofile | r # | 0d_ | diffthis
15                 \ | wincmd p | diffthis
16 +
17 +" ADDED BY PLD.
18 +" USE :help colorscheme FOR INFO
19 +"set background=dark
20 +
This page took 0.026301 seconds and 3 git commands to generate.