home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / vim / vimrc.tiny < prev    next >
Encoding:
Text File  |  2006-10-20  |  774 b   |  18 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. " g:debian_cp signifies that debian.vim should only setup the runtimepath and
  9. " not set any of the other vi-incompatible options
  10. let g:debian_cp = 1
  11. set compatible
  12.  
  13. " This line should not be removed as it ensures that various options are
  14. " properly set to work with the Vim-related packages available in Debian.
  15. runtime! debian.vim
  16.  
  17. " vim: set ft=vim:
  18.