[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bogus spaces inserted when pasting to VIM



In article <[🔎] 20020922195125.6a5f9140.newsuser@famdijkstra.org>,
Tim Dijkstra  <newsuser@famdijkstra.org> 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



Reply to: