]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-vimrc.patch
update-source: reorganize code into functions
[packages/vim.git] / 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.065334 seconds and 4 git commands to generate.