In article <[EMAIL PROTECTED]>,
Tim Dijkstra  <[EMAIL PROTECTED]> wrote:
>Does anybody have seen this before and, more importantly, does anybody
>know a fix for this? 

It's auto-indent, and it's annoying.

Put this file in your homedirectory as ".vimrc" to turn
off all that nonsense (you really only need the "set noai"
and "filetype plugin off")

:version 4.0

set cmdheight=1
set nobk
set nocp
set noai

set showcmd
set showmatch
set autowrite

if v:version > 550
  filetype plugin off
endif

-- 
Computers are useless, they only give answers. --Pablo Picasso


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to