[EMAIL PROTECTED] wrote:
For some reason autoindent go turned on again with Vim 7.0.

In earlier versions, I disabled it via "set textwidth=0" at the bottom
of my .vimrc, however, now, somehow this setting is being overwritten
somewhere, and textwidth is being set to something else (i.e 78 last
I checked).

How do I fix this?

Thanks.

-Jeremy


To have absolutely no kind of autoindenting

        :filetype indent off
        :set noautoindent nocindent nosmartindent indentexpr=

To have "predictable" indent you may set some of the above and leave others off.


Best regards,
Tony.
--
A triangle which has an angle of 135 degrees is called an obscene
triangle.

Reply via email to