Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

Diff for vimconfig/vimrc between version 1.42 and 1.43

version 1.42, 2002/02/16 23:23:58 version 1.43, 2002/02/16 23:52:09
Line 97  set tags=./TAGS,./tags,tags
Line 97  set tags=./TAGS,./tags,tags
   
 " Don't add EOF at end of file  " Don't add EOF at end of file
 set noendofline  set noendofline
   
 " Do case insensitive matching  " Do case insensitive matching
 set noignorecase  set noignorecase
   
Line 110  set showcmd showmatch showmode
Line 111  set showcmd showmatch showmode
 set tabstop=4  set tabstop=4
 set shiftwidth=4  set shiftwidth=4
   
   " Need more undolevels ??
   " (default 100, 1000 for Unix, VMS, Win32 and OS/2)
   set undolevels=10000
   
 " Use an indent of 4 spaces, with no tabs. This setting is recommended by PEAR  " Use an indent of 4 spaces, with no tabs. This setting is recommended by PEAR
 " (PHP Extension and Application Repository) Conding Standarts. If you want  " (PHP Extension and Application Repository) Conding Standarts. If you want
 " this setting uncomment the expandtab setting below.  " this setting uncomment the expandtab setting below.
Line 264  augroup END
Line 269  augroup END
 augroup VimConfig  augroup VimConfig
     autocmd!      autocmd!
 " Reread configuration of ViM if file ~/.vimrc is saved  " Reread configuration of ViM if file ~/.vimrc is saved
     autocmd BufWritePost ~/.vimrc   so ~/.vimrc      autocmd BufWritePost ~/.vimrc   so ~/.vimrc | exec "normal zv"
     autocmd BufWritePost vimrc  so ~/.vimrc      autocmd BufWritePost vimrc      so ~/.vimrc | exec "normal zv"
 augroup END  augroup END
 " }}}  " }}}
   

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top