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

Diff for vimconfig/vimrc between version 1.35 and 1.36

version 1.35, 2002/02/05 19:22:56 version 1.36, 2002/02/05 20:34:15
Line 26  let c_space_errors=1
Line 26  let c_space_errors=1
 " }}}  " }}}
   
 " History and viminfo settings {{{  " History and viminfo settings {{{
 set history=10000  if has("history")
 if filewritable(expand("$HOME/.vim/viminfo")) == 1 ||          set history=10000
                         \ filewritable(expand("$HOME/.vim/")) == 2  endif
         set viminfo=!,%,'5000,\"10000,:10000,/10000,n~/.vim/viminfo  if has("viminfo")
 else          if filewritable(expand("$HOME/.vim/viminfo")) == 1 ||
         set viminfo=                                  \ filewritable(expand("$HOME/.vim/")) == 2
                   set viminfo=!,%,'5000,\"10000,:10000,/10000,n~/.vim/viminfo
           else
                   set viminfo=
           endif
 endif  endif
 " Don't save backups of files.  " Don't save backups of files.
 set nobackup  set nobackup
Line 41  set nobackup
Line 45  set nobackup
 ":set ruler  ":set ruler
 " Display a status-bar.  " Display a status-bar.
 set laststatus=2  set laststatus=2
 set statusline=%1*%{GetID()}%0*%<%f\ %3*%m%1*%r%0*\ %2*%y%4*%w%0*%=[%b\ 0x%B]\ \ %8l,%10([%c%V/%{strlen(getline(line('.')))}]%)\ %P  if has("statusline")
           set statusline=%1*%{GetID()}%0*%<%f\ %3*%m%1*%r%0*\ %2*%y%4*%w%0*%=[%b\ 0x%B]\ \ %8l,%10([%c%V/%{strlen(getline(line('.')))}]%)\ %P
   endif
 " }}}  " }}}
   
 " Settings for Explorer script {{{  " Settings for Explorer script {{{

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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