summaryrefslogtreecommitdiffstats
path: root/debian/runtime
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:05:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:05:20 +0000
commita98d3d3746fcdb75af06635accad53296e633f01 (patch)
tree17e937ded5543ef39e5170137d7a5810dbd09914 /debian/runtime
parentMerging upstream version 2:9.1.0698. (diff)
downloadvim-a98d3d3746fcdb75af06635accad53296e633f01.tar.xz
vim-a98d3d3746fcdb75af06635accad53296e633f01.zip
Merging debian version 2:9.1.0698-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/runtime')
-rw-r--r--debian/runtime/vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/runtime/vimrc b/debian/runtime/vimrc
index 3cb8b8a..1887a97 100644
--- a/debian/runtime/vimrc
+++ b/debian/runtime/vimrc
@@ -10,8 +10,10 @@
" let g:skip_defaults_vim = 1
"
" If you would rather _use_ default.vim's settings, but have the system or
-" user vimrc override its settings, then uncomment the line below.
+" user vimrc override its settings, then uncomment both lines below (to load
+" the settings now but prevent it from being loaded by the user's vimrc).
" source $VIMRUNTIME/defaults.vim
+" let g:skip_defaults_vim = 1
" All Debian-specific settings are defined in $VIMRUNTIME/debian.vim and
" sourced by the call to :runtime you can find below. If you wish to change