#796831 vim-runtime: syntax/sh.vim highlights "type="

Package:
vim-runtime
Source:
vim
Submitter:
Christoph Anton Mitterer
Date:
2015-08-24 20:57:05 UTC
Severity:
minor
#796831#5
Date:
2015-08-24 19:29:29 UTC
From:
To:
Hey.
When having a line like:
type=foo
then "type" is highlighted as if it was a reserved word like "if", "case" or "easc".

However type isn't a reserved word in the shell command language.
Even in bash, which knows "type" as a built-in command, "type" can be used as variable
name.


Cheers,
Chris.