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.79 and 1.80

version 1.79, 2003/02/24 16:15:06 version 1.80, 2003/02/28 02:00:51
Line 4 
Line 4 
 " vimrc - main configuration file  " vimrc - main configuration file
 " ____________________________________________________________  " ____________________________________________________________
 "  "
 " Developed by Lubomir Host <8host AT pauli.fmph.uniba.sk>  " Developed by Lubomir Host 'rajo' <rajo AT platon.sk>
 " Copyright (c) 2000-2002 Platon SDG, http://www.platon.sk/  " Copyright (c) 2000-2003 Platon SDG, http://www.platon.sk/
 " All rights reserved.  " All rights reserved.
 "  "
 " See README file for more information about this software.  " See README file for more information about this software.
Line 17 
Line 17 
   
 " Please don't hesitate to correct my english :)  " Please don't hesitate to correct my english :)
 " Send corrections to  " Send corrections to
 "        Lubomir Host 'rajo' <8host AT pauli.fmph.uniba.sk>  "        Lubomir Host 'rajo' <rajo AT platon.sk>
   
 " Version: $Platon: vimconfig/vimrc,v 1.78 2003/01/21 13:46:06 rajo Exp $  " Version: $Platon: vimconfig/vimrc,v 1.79 2003/02/24 16:15:06 rajo Exp $
   
 " Settings {{{  " Settings {{{
 " To be secure & Vi nocompatible  " To be secure & Vi nocompatible
Line 164  set showcmd showmatch showmode
Line 164  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-2003\ Platon\ SDG
 set title  set title
   
 " Indent of 1 tab with size of 4 spaces  " Indent of 1 tab with size of 4 spaces
Line 631  endfunction
Line 631  endfunction
 "  "
 " This function comes from Benji Fisher <benji AT e-mathDOTAMSDOTorg>  " This function comes from Benji Fisher <benji AT e-mathDOTAMSDOTorg>
 " http://vim.sourceforge.net/scripts/download.php?src_id=409  " http://vim.sourceforge.net/scripts/download.php?src_id=409
 " (modified/patched by: Lubomir Host 'rajo' <host8 AT keplerDOTfmphDOTuniba.sk>  " (modified/patched by: Lubomir Host 'rajo' <rajo AT platon.sk>
 "                       Srinath Avadhanula  <srinath AT fastmailDOTfm> )  "                       Srinath Avadhanula  <srinath AT fastmailDOTfm> )
 silent function! SmartBS()  silent function! SmartBS()
         let init = strpart(getline("."), 0, col(".")-1)          let init = strpart(getline("."), 0, col(".")-1)

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

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