Incoming from Michael Walters:
> 
> the Vim editor does not have line wrap, but at least I expect it not to have 

Yes it does.  In your ~/.vimrc, "set textwidth=80" should wrap at
column 80.  Here's some more:

  -------------------------------------------
" 30Nov2003 - sbk
"
set nocompatible
set nobackup

let color = "true"

if has("syntax")
   if color == "true"
      so ${VIMRUNTIME}/syntax/syntax.vim
   else
      syntax off
      set t_Co=0
   endif
endif

set pastetoggle=<F12>
  -------------------------------------------

"locate vim" should turn up a lot of neat stuff on your system.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)               http://www.spots.ab.ca/~keeling 
- -

_______________________________________________
clug-talk mailing list
[EMAIL PROTECTED]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca

Reply via email to