Multiple wrong assignment warning fixes

This commit is contained in:
Vidar Holen
2015-03-07 20:15:04 -08:00
parent 955ad60823
commit 0d74140650
3 changed files with 121 additions and 62 deletions

View File

@@ -42,7 +42,10 @@ internalVariables = [
"RPS1", "RPROMPT2", "RPS2", "SAVEHIST", "SPROMPT", "STTY", "TERM",
"TERMINFO", "TIMEFMT", "TMOUT", "TMPPREFIX", "watch", "WATCHFMT",
"WORDCHARS", "ZBEEP", "ZDOTDIR", "ZLE_LINE_ABORTED",
"ZLE_REMOVE_SUFFIX_CHARS", "ZLE_SPACE_SUFFIX_CHARS"
"ZLE_REMOVE_SUFFIX_CHARS", "ZLE_SPACE_SUFFIX_CHARS",
-- Other
"USER", "TZ"
]
variablesWithoutSpaces = [