home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / vim / vimrc.tiny < prev    next >
Encoding:
Text File  |  2009-03-19  |  662 b   |  14 lines

  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/vim72,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after
  10.  
  11. set compatible
  12.  
  13. " vim: set ft=vim:
  14.