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

Diff for vimconfig/vimrc between version 1.52 and 1.53

version 1.52, 2002/04/21 17:02:36 version 1.53, 2002/04/21 17:21:07
Line 135  set incsearch report=0
Line 135  set incsearch report=0
 set showcmd showmatch showmode  set showcmd showmatch showmode
   
 " Set title of the window to Platon's copyright  " Set title of the window to Platon's copyright
         set titleold=  set titleold=
         set titlestring=ViMconfig\ (c)\ 2000-2002\ Platon\ SDG  set titlestring=ViMconfig\ (c)\ 2000-2002\ Platon\ SDG
         set title  set title
   
 " Indent of 1 tab with size of 4 spaces  " Indent of 1 tab with size of 4 spaces
 set tabstop=4  set tabstop=4
Line 293  if has("autocmd")
Line 293  if has("autocmd")
         " Autocomands for PlatonCopyright {{{          " Autocomands for PlatonCopyright {{{
         augroup PlatonCopyright          augroup PlatonCopyright
         autocmd!          autocmd!
                   autocmd BufLeave * set titlestring=
                   autocmd BufLeave * silent! call RemoveAutogroup("PlatonCopyright")
                 autocmd WinEnter * set titlestring=                  autocmd WinEnter * set titlestring=
                 autocmd WinEnter * silent! call RemoveAutogroup("PlatonCopyright")                  autocmd WinEnter * silent! call RemoveAutogroup("PlatonCopyright")
                   autocmd BufWrite * set titlestring=
                   autocmd BufWrite * silent! call RemoveAutogroup("PlatonCopyright")
                   autocmd CmdwinEnter * set titlestring=
                   autocmd CmdwinEnter * silent! call RemoveAutogroup("PlatonCopyright")
         augroup END          augroup END
         " }}}          " }}}
   

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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