summaryrefslogtreecommitdiffstats
path: root/debian/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 08:50:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 08:50:33 +0000
commit1333020b904a8714d01f4ae4789c5070e8ff90f2 (patch)
tree338ef4570c790f46661f010deeebaaecc58c9bbc /debian/NEWS
parentAdding upstream version 2:9.0.1378. (diff)
downloadvim-1333020b904a8714d01f4ae4789c5070e8ff90f2.tar.xz
vim-1333020b904a8714d01f4ae4789c5070e8ff90f2.zip
Adding debian version 2:9.0.1378-2.debian/2%9.0.1378-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/NEWS')
-rw-r--r--debian/NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..51c7c4b
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,15 @@
+vim (2:8.0.0022-1) unstable; urgency=medium
+
+ Vim now ships with a defaults.vim file which, when the user has no vimrc,
+ enables some options that have historically been disabled by default. This
+ is described in more detail at ":help defaults.vim".
+
+ Since defaults.vim is loaded when the user's vimrc would typically be
+ loaded, it will override any settings in /etc/vim/vimrc(.local). In order
+ to disable the loading of defaults.vim, add
+
+ let g:skip_defaults_vim = 1
+
+ to /etc/vim/vimrc(.local).
+
+ -- James McCoy <jamessan@debian.org> Tue, 04 Oct 2016 20:28:02 -0400