summarylogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorMGislv2021-09-09 01:11:25 +0200
committerMGislv2021-09-09 01:11:25 +0200
commit55d18d0867e8d188ea47a5ee440978a652af1f65 (patch)
tree884bcebd3de5881a64176100b02f71e9f5cce2fb /vimrc
parent96d8c333c0960525aff0b7169a0b97d8f8f94303 (diff)
downloadaur-55d18d0867e8d188ea47a5ee440978a652af1f65.tar.gz
update to 8.2.3412
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc18
1 files changed, 0 insertions, 18 deletions
diff --git a/vimrc b/vimrc
deleted file mode 100644
index ee36a5269244..000000000000
--- a/vimrc
+++ /dev/null
@@ -1,18 +0,0 @@
-" All system-wide defaults are set in $VIMRUNTIME/archlinux.vim (usually just
-" /usr/share/vim/vimfiles/archlinux.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 archlinux.vim will be overwritten
-" everytime an upgrade of the vim packages is performed. It is recommended to
-" make changes after sourcing archlinux.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! archlinux.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