Hi all, I will try to look at this myself, but my time is extremely short, atm. Thus, this is both a reminder to $self and an invitation for others to look at it.
Syntax elements are detected & highlighted in the wrong places. Two examples I have known for some time but never got around to do much about them are: for do (foo bar); do; echo $do; done foreach do (foo bar); do; echo $do; done /do/not/highlight In the first case, I assign values to a variable named do, in the second, I am using it in a path. Of course, the same happens for the other usual suspects. functions, case, if, you name it. Thanks, Richard --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
