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.75 and 1.76

version 1.75, 2003/01/07 19:04:19 version 1.76, 2003/01/16 12:15:10
Line 18 
Line 18 
 " Please don't hesitate to correct my english :)  " Please don't hesitate to correct my english :)
 " Send corrections to <8host AT pauli.fmph.uniba.sk>  " Send corrections to <8host AT pauli.fmph.uniba.sk>
   
 " $Id$  " Version: $Platon$
   
 " Settings {{{  " Settings {{{
 " To be secure & Vi nocompatible  " To be secure & Vi nocompatible
Line 39  function! Source(File)
Line 39  function! Source(File)
         silent! execute "source " . a:File          silent! execute "source " . a:File
 endfunction  endfunction
   
 let VIMRC_EXTRA="~/.vim/vimrc-local"  let VIMRC_EXTRA="~/.vim/local/vimrc"
 let GVIMRC_EXTRA="~/.vim/gvimrc-local"  let GVIMRC_EXTRA="~/.vim/local/gvimrc"
 if executable("uname") && executable("awk")  if executable("uname") && executable("awk")
         let machine = system("uname -n | awk 'BEGIN {ORS=\"\"} {print; }'")          let machine = system("uname -n | awk 'BEGIN {ORS=\"\"} {print; }'")
 else  else

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

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