core/vim/vimrc

19 lines
872 B
VimL
Raw Normal View History

" All system-wide defaults are set in $VIMRUNTIME/default.vim (usually just
" /usr/share/vim/vimfiles/default.vim) and sourced by the call to :runtime
2010-05-22 06:07:29 +08:00
" you can find below. If you wish to change any of those settings, you should
" do it in this file (/etc/vimrc), since default.vim will be overwritten
2010-05-22 06:07:29 +08:00
" everytime an upgrade of the vim packages is performed. It is recommended to
" make changes after sourcing default.vim since it alters the value of the
2010-05-22 06:07:29 +08:00
" '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! default.vim
2010-05-22 06:07:29 +08:00
" If you prefer the old-style vim functionalty, add 'runtime! vimrc_example.vim'
" Or better yet, read /usr/share/vim/vim74/vimrc_example.vim or the vim manual
2010-05-22 06:07:29 +08:00
" and configure vim to your own liking!
" Special settings.
"runtime! chakra.vim