]> git.pld-linux.org Git - packages/vim.git/commitdiff
- updated vimrc patch
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Nov 2014 20:19:10 +0000 (21:19 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Nov 2014 20:19:20 +0000 (21:19 +0100)
vim-vimrc.patch

index d7b711941ec35e5c59950f5ff7b26d699a76692c..7d858c102e93c93f1e2c8283c6965c1a9aecff51 100644 (file)
@@ -28,7 +28,7 @@
    syntax on
    set hlsearch
  endif
-@@ -93,7 +93,15 @@
+@@ -93,10 +93,18 @@
  " Convenient command to see the difference between the current buffer and the
  " file it was loaded from, thus the changes you made.
  " Only define it when not defined already.
@@ -45,3 +45,6 @@
 +if filereadable("/etc/vim/vimrc.local")
 +  source /etc/vim/vimrc.local
 +endif
+ if has('langmap') && exists('+langnoremap')
+   " Prevent that the langmap option applies to characters that result from a
This page took 0.19813 seconds and 4 git commands to generate.