updated on Sun Jan 22 20:01:29 UTC 2012
[aur-mirror.git] / vim-x / vimrc
blob92d3ff9803ef112190333aa5c0177e8fb3048f98
1 " All system-wide defaults are set in $VIMRUNTIME/archlinux.vim (usually just
2 " /usr/share/vim/vimfiles/archlinux.vim) and sourced by the call to :runtime
3 " you can find below.  If you wish to change any of those settings, you should
4 " do it in this file (/etc/vimrc), since archlinux.vim will be overwritten
5 " everytime an upgrade of the vim packages is performed.  It is recommended to
6 " make changes after sourcing archlinux.vim since it alters the value of the
7 " 'compatible' option.
9 " This line should not be removed as it ensures that various options are
10 " properly set to work with the Vim-related packages.
11 runtime! archlinux.vim
13 " If you prefer the old-style vim functionalty, add 'runtime! vimrc_example.vim'
14 " Or better yet, read /usr/share/vim/vim72/vimrc_example.vim or the vim manual
15 " and configure vim to your own liking!