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
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