diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-02 21:01:36 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-02 21:01:36 -0400 |
commit | b588cb6febffe16e7bf05a2ea808b837e7769fc4 (patch) | |
tree | ad7c0b48d49ec70416d12c2f97016927e1015e66 /libre/vim/vimrc | |
parent | cc5bd4905e2c88a5ed00c5bb94993e12feb13fae (diff) | |
download | abslibre-b588cb6febffe16e7bf05a2ea808b837e7769fc4.tar.gz abslibre-b588cb6febffe16e7bf05a2ea808b837e7769fc4.tar.bz2 abslibre-b588cb6febffe16e7bf05a2ea808b837e7769fc4.zip |
Remove libre/vim; vim is no longer blacklisted.
See the commit in blacklist.git.
Diffstat (limited to 'libre/vim/vimrc')
-rw-r--r-- | libre/vim/vimrc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libre/vim/vimrc b/libre/vim/vimrc deleted file mode 100644 index d2c5b0827..000000000 --- a/libre/vim/vimrc +++ /dev/null @@ -1,18 +0,0 @@ -" All system-wide defaults are set in $VIMRUNTIME/parabola.vim (usually just -" /usr/share/vim/vimfiles/parabola.vim) and sourced by the call to :runtime -" you can find below. If you wish to change any of those settings, you should -" do it in this file (/etc/vimrc), since parabola.vim will be overwritten -" everytime an upgrade of the vim packages is performed. It is recommended to -" make changes after sourcing parabola.vim since it alters the value of the -" 'compatible' option. - -" This line should not be removed as it ensures that various options are -" properly set to work with the Vim-related packages. -runtime! parabola.vim - -" If you prefer the old-style vim functionalty, add 'runtime! vimrc_example.vim' -" 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 |