On Sat, 4 Oct 2003 07:10:29 -0700 (PDT), Joris Huizer <[EMAIL PROTECTED]> penned: > Hello everybody, > > I like using VIM as it gives syntax highlighting and auto indenting on C > files... But I don't like the auto indenting of html files. How can I turn > it off for one session - or even better, for all html files ? > > Thanks for your help!! > > Joris >
You need to set nocindent I believe you can do this just for html files by using au BufNewFile,BufRead *.html set nocindent in your .vimrc -- monique Please respond to the group OR to my email, but not both. (Group preferred.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]