Josh Reichardt wrote: > > With no plugins installed: > > With the cursor before the |--install| flag I get |shConditional|. > With the cursor after the |--install| flag I get |shCaseEsac|. > > shCaseEsac should only be in effect when one is using a case construct. Your example doesn't have a case construct. I still see no problems, though, even when I embed your example into a case. shConditional is used for if, fi, then, elif, else, do, done, select, in, case, and esac.
* I suggest using hilinks.vim (it'll translate what's under the cursor into the applicable syntax and highlighting groups; using :HLT! will track your cursor as you move it). See http://www.drchip.org/astronaut/vim/index.html#HILINKS * What does :version show? * Try usinjg vim -u NONE :set nocp :syn on :so [path]/.vim/plugin/hilinks.vim (assuming you've gotten hilinks.vim) 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.
