diff options
Diffstat (limited to 'abs/extra/vim/vimrc')
-rw-r--r-- | abs/extra/vim/vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/abs/extra/vim/vimrc b/abs/extra/vim/vimrc index 92d3ff9..ee36a52 100644 --- a/abs/extra/vim/vimrc +++ b/abs/extra/vim/vimrc @@ -11,6 +11,8 @@ runtime! archlinux.vim " If you prefer the old-style vim functionalty, add 'runtime! vimrc_example.vim' -" Or better yet, read /usr/share/vim/vim72/vimrc_example.vim or the vim manual +" Or better yet, read /usr/share/vim/vim80/vimrc_example.vim or the vim manual " and configure vim to your own liking! +" do not load defaults if ~/.vimrc is missing +"let skip_defaults_vim=1 |