Package: vim-runtime Version: 2:7.4.826-1 Severity: minor
Hey. It seems that the syntax highlighting for the Shell Command Language properly highlights lines like: local var=value i.e. "var" is highlightes as variable and value according to its content. But just a line like: local var isn't highlighted. Further, while "local" isn't a keyword according to POSIX, virtually all POSIX Shell Command langauge seem to support it (at least bash and dash). So it may make sense to highlight "local" itself as a keyword. At least if even "printf" is highlighted as such, while not even POSIX requires printf to be a built-in command. Cheers, Chris.