summaryrefslogtreecommitdiff
path: root/libre/vim/vimrc
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-07 22:46:37 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-07 22:57:37 -0300
commit2864131779b166eb36d33a22650e44e3e7361d22 (patch)
tree08aa8b5d55da631f2b71f7b083d29d610de1e08a /libre/vim/vimrc
parentf3bea35373293bd465533a9b3ddac6d2b1521ca6 (diff)
vim-7.4.2334-1.parabola1: updating version
Diffstat (limited to 'libre/vim/vimrc')
-rw-r--r--libre/vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libre/vim/vimrc b/libre/vim/vimrc
index fc67e7eb0..15c1f570c 100644
--- a/libre/vim/vimrc
+++ b/libre/vim/vimrc
@@ -10,6 +10,9 @@
" properly set to work with the Vim-related packages.
runtime! parabola.vim
+" do not load defaults if ~/.vimrc is missing
+"let skip_defaults_vim=1
+
" If you prefer the old-style vim functionalty, add 'runtime! vimrc_example.vim'
" Or better yet, read /usr/share/vim/vim74/vimrc_example.vim or the vim manual
" and configure vim to your own liking!