in shell syntax highlighting, comments following a typeset keyword are only recognized as such when there is an initialization in the typeset.
typeset -u foo=`/usr/local/bin/foo` # this comment is colored correctly typeset -u bar # but this comment is not --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
