- Package:
- vim-runtime
- Source:
- vim
- Submitter:
- Christoph Anton Mitterer
- Date:
- 2015-08-24 20:57:05 UTC
- Severity:
- minor
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.