From 6f0254c10ad31fad67a0f902c316862081b9ad48 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 28 Nov 2014 21:19:10 +0100 Subject: [PATCH] - updated vimrc patch --- vim-vimrc.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-vimrc.patch b/vim-vimrc.patch index d7b7119..7d858c1 100644 --- a/vim-vimrc.patch +++ b/vim-vimrc.patch @@ -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 -- 2.44.0