From 81c592d384eb6470982d1d349a201e2c1de819aa Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 20 Oct 2013 02:55:05 -0200 Subject: add vim and gvim for parabola rebranding --- libre/vim-runtime/vimrc | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 libre/vim-runtime/vimrc (limited to 'libre/vim-runtime/vimrc') diff --git a/libre/vim-runtime/vimrc b/libre/vim-runtime/vimrc deleted file mode 100644 index fc67e7eb0..000000000 --- a/libre/vim-runtime/vimrc +++ /dev/null @@ -1,16 +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/vim74/vimrc_example.vim or the vim manual -" and configure vim to your own liking! - -- cgit v1.2.3-54-g00ecf