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