On 2007-03-23, Kiernan Holland <[EMAIL PROTECTED]> wrote:
> This is the most annoying of the features on GVIM.. I like GVIM because it
> had syntax highlighting, but my fingers are programmed to handle indenting
> with just the basic indenting that is standard even on the elder vi 
> implementation.

I assume you're running gvim on Windows so I'll assume you have 
indenting enabled because your _vimrc has

    source $VIMRUNTIME/vimrc_example.vim

at the top, which contains this line:

    filetype plugin indent on

To turn indenting off for all file types, just put this line in your 
_vimrc below that "source" line:

    filetype indent off

See

    :help filetype-indent-off

HTH,
Gary

-- 
Gary Johnson                 | Agilent Technologies
[EMAIL PROTECTED]     | Mobile Broadband Division
                             | Spokane, Washington, USA

Reply via email to