diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-19 06:01:32 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-19 06:01:32 -0300 |
commit | 84979e5472c902b97536986fbe56dacf4275b505 (patch) | |
tree | e86fd2a3d03b1dd7e8d1251f2b2e3f8836587e50 /libre/vim/vimrc | |
parent | 3df7d4413723c4b5c1a928ddbea662ab33a0f774 (diff) | |
download | abslibre-84979e5472c902b97536986fbe56dacf4275b505.tar.gz abslibre-84979e5472c902b97536986fbe56dacf4275b505.tar.bz2 abslibre-84979e5472c902b97536986fbe56dacf4275b505.zip |
vim-8.0.0005-1.parabola1: updating version
Diffstat (limited to 'libre/vim/vimrc')
-rw-r--r-- | libre/vim/vimrc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libre/vim/vimrc b/libre/vim/vimrc index 15c1f570c..d2c5b0827 100644 --- a/libre/vim/vimrc +++ b/libre/vim/vimrc @@ -10,10 +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 +" 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 |