On Jun 7, 6:43 pm, "Suresh Govindachar" <[email protected]>
wrote:
> Which is the preferred way to diable runtime/indent/html.vim (instead of just
> renaming the file)?
Matt has given you a good way to disable the indent script for a
single filetype. If you instead want to disable ALL indent scripts,
don't turn them on in the first place. You probably have something
like:
filetype indent plugin on
or
filetype indent on
in your .vimrc. Remove the "indent" keyword and none of your files
will have the vimscript indent rules applied.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---