vimrc.tiny (662B)
1 " Vim configuration file, in effect when invoked as "vi". The aim of this 2 " configuration file is to provide a Vim environment as compatible with the 3 " original vi as possible. Note that ~/.vimrc configuration files as other 4 " configuration files in the runtimepath are still sourced. 5 " When Vim is invoked differently ("vim", "view", "evim", ...) this file is 6 " _not_ sourced; /etc/vim/vimrc and/or /etc/vim/gvimrc are. 7 8 " Debian system-wide default configuration Vim 9 set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim74,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after 10 11 set compatible 12 13 " vim: set ft=vim: