On Jul 21, 4:36 am, Tony Mechelynck <[email protected]>
wrote:
> Indent scripts are mostly used to set either the 'indentexpr' option or
> the 'cindent' and 'cinoptions' options. They should ALWAYS SET THEM
> BUFFER-LOCALLY using the ":setlocal" command, not the ":set" command
> (which could clobber the settings for other unrelated files). See
> $VIMRUNTIME/indent/*.vim for examples.
Thanks Tony! I already have a lot of my own custamizations and syntax
files under ~/.vim.
I am used to looking at the standard vim repositories for syntax
highlighting files. Is there a similar one for indent scripts?
I was looking for an indent script for the "json" format. A syntax
file already exists but I cannot find an indent script. Anyone know of
such?
--
Rahul
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---