summaryrefslogtreecommitdiffstats
path: root/abs/extra/vim/vimrc
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-11-05 16:01:04 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-11-05 16:01:04 (GMT)
commit1090ea930b871de2db27cd08b59673d766c0cb01 (patch)
treed9f0cbc87894a6a63c3f849a71e39b34f465940e /abs/extra/vim/vimrc
parent258e41f6c259ff81017e6974229c33f8dcd0ec05 (diff)
downloadlinhes_pkgbuild-1090ea930b871de2db27cd08b59673d766c0cb01.zip
linhes_pkgbuild-1090ea930b871de2db27cd08b59673d766c0cb01.tar.gz
linhes_pkgbuild-1090ea930b871de2db27cd08b59673d766c0cb01.tar.bz2
vim & gvim: update to 7.3
ref #647
Diffstat (limited to 'abs/extra/vim/vimrc')
-rw-r--r--abs/extra/vim/vimrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/extra/vim/vimrc b/abs/extra/vim/vimrc
new file mode 100644
index 0000000..9b4eaac
--- /dev/null
+++ b/abs/extra/vim/vimrc
@@ -0,0 +1,16 @@
+" 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
+set mouse-=a
+" 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
+" and configure vim to your own liking!
+