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.95 and 1.96

version 1.95, 2003/11/28 10:16:02 version 1.96, 2003/12/02 07:56:01
Line 20 
Line 20 
 "  "
 "        Lubomir Host 'rajo' <rajo AT platon.sk>  "        Lubomir Host 'rajo' <rajo AT platon.sk>
   
 " Version: $Platon: vimconfig/vimrc,v 1.94 2003/11/28 10:15:12 rajo Exp $  " Version: $Platon: vimconfig/vimrc,v 1.95 2003/11/28 10:16:02 rajo Exp $
   
 " Debian uses compressed helpfiles. We must inform vim that the main  " Debian uses compressed helpfiles. We must inform vim that the main
 " helpfiles is compressed. Other helpfiles are stated in the tags-file.  " helpfiles is compressed. Other helpfiles are stated in the tags-file.
Line 145  set suffixes+=.pdf
Line 145  set suffixes+=.pdf
   
 set wildignore+=*.dvi  set wildignore+=*.dvi
 set wildignore+=*.pdf  set wildignore+=*.pdf
   set wildignore+=*.o
   set wildignore+=*.ko
   set wildignore+=*.swp
   set wildignore+=*.aux
   set wildignore+=*.bbl
   set wildignore+=*.blg
 " }}}  " }}}
   
 " The cursor is kept in the same column (if possible).  This applies to the  " The cursor is kept in the same column (if possible).  This applies to the
Line 173  set noignorecase
Line 179  set noignorecase
   
 set showfulltag  set showfulltag
   
 set ch=2 bs=2  set cmdheight=2
 set incsearch report=0  set backspace=2
   set incsearch
   set 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
Line 212  set lazyredraw
Line 220  set lazyredraw
 " a tenth of a second  " a tenth of a second
 set timeout timeoutlen=1000 ttimeoutlen=100  set timeout timeoutlen=1000 ttimeoutlen=100
   
   " command completition
   set wildchar=<Tab>
   set wildmenu
   set wildmode=longest:full,full
   
 " Customize display {{{  " Customize display {{{
 " lastline      When included, as much as possible of the last line  " lastline      When included, as much as possible of the last line
 "                       in a window will be displayed.  When not included, a  "                       in a window will be displayed.  When not included, a

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

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