home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / languages / progs / vim / lib / vimrc < prev   
Encoding:
Text File  |  1994-04-12  |  171 b   |  9 lines

  1. set tabstop=4
  2. set shiftwidth=4
  3. set smartindent
  4. set textwidth=76
  5. set dir=/tmp/
  6. set shell=sh
  7. set keywordprg=pgrep
  8. map #1 1GO/* vi:tabstop=4:shiftwidth=4:smartindent
  9.  *
  10.