matthew-cline wrote: > > If a syntax highlighted sh or bash script echoes out unbalanced "["s, > like with ANSI color codes > <http://pueblo.sourceforge.net/doc/manual/ansi_color_codes.html>, this > will mess up highlighting until balancing "]"s are placed in > non-quoted, non-commented code. The syntax highlighter should just > ignore those brackets. > > Of course, I can also deal with it by putting each open square bracket > in quotes, but that's clunky, and users shouldn't have to go to the > effort of having to figure that out. > > This problem is more of a documentation omission, I think. See if putting
let g:sh_no_error= 1 in your .vimrc will fix things for you. Regards, Chip Campbell -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
