]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-vimrc.patch
- updated to 7.1.285
[packages/vim.git] / vim-vimrc.patch
index af66233e97dd5892a0ba83263fa64a9a7969e1c2..03c908f9cf6309f53e0fa2236f8d99d621f8f46c 100644 (file)
@@ -9,12 +9,14 @@
  
  " Switch syntax highlighting on, when the terminal has colors
  " Also switch on highlighting the last used search pattern.
-@@ -83,3 +83,8 @@
+@@ -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
 +
-+" ADDED BY PLD.
 +" USE :help colorscheme FOR INFO
 +"set background=dark
-+
This page took 0.025026 seconds and 4 git commands to generate.