updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / vim73-hg / vimrc
blob0938f173144640161d2bce8f7431943cd9cdee32
1 " All system-wide defaults are set in $VIMRUNTIME/archlinux.vim (usually just
2 " /usr/share/vim/vim72/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 available in Debian.
11 runtime! archlinux.vim
14 " For more option refer to /usr/share/vim/vim72/vimrc_example.vim or the
15 " vim manual