On Thu, May 3, 2012 at 4:05 PM, Bram Moolenaar <[email protected]> wrote: > > Lucas De Marchi wrote: > >> On Wed, May 2, 2012 at 3:55 PM, Bram Moolenaar <[email protected]> wrote: >> > The problem is that when we allow {} inside () then there is no way to >> > check for a missing ). Therefore this is optional. >> > You can set the c_no_curly_error variable, see ":help c.vim". >> >> After setting that, { inside ( was not marked as an error, but the bug >> remained. The rest of the file is highlighted as if it was inside the >> string :( > > Hmm, there are some weird dependencies with extend and keepend. Try the > c.vim file below. It might introduce new problems though.
It's correctly highlighted now and with a quick look, I don't see any other problems. Thanks Lucas De Marchi -- 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
