]> git.pld-linux.org Git - packages/vim.git/blob - vim-vimrc.patch
- updated to 7.1.285
[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,5 +83,8 @@
13  
14  " Convenient command to see the difference between the current buffer and the
15  " file it was loaded from, thus the changes you made.
16 +if v:progname =~! "vi"
17  command DiffOrig vert new | set bt=nofile | r # | 0d_ | diffthis
18                 \ | wincmd p | diffthis
19 +endif
20 +
21 +" USE :help colorscheme FOR INFO
22 +"set background=dark
This page took 0.021147 seconds and 3 git commands to generate.