I was just given a bug report for a new version of my syntax file, and the problem is that a syntax keyword with a lone '[' doesn't work (it causes an error message E789)
I have 'syn iskeyword 33-255' (because everything except a space is a valid keyword identifier) but the syntax parser in vim doesn't like it. I have other keywords with [ but they pair with a ], and my guess is that these are being (improperly) treated as character classes. How can I get a keyword like SQL[ to be recognized? -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/9e443f03-90ab-4511-95e4-f3341d99c1b3n%40googlegroups.com.