mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-08 05:51:09 -07:00
Add READLINE_POINT to list of variables without spaces
This commit is contained in:
parent
966fb3e3dd
commit
0845b81183
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ specialVariablesWithoutSpaces = "-" : specialIntegerVariables
|
|||
variablesWithoutSpaces = specialVariablesWithoutSpaces ++ [
|
||||
"BASHPID", "BASH_ARGC", "BASH_LINENO", "BASH_SUBSHELL", "EUID",
|
||||
"EPOCHREALTIME", "EPOCHSECONDS", "LINENO", "OPTIND", "PPID", "RANDOM",
|
||||
"READLINE_ARGUMENT", "READLINE_MARK", "SECONDS",
|
||||
"READLINE_ARGUMENT", "READLINE_MARK", "READLINE_POINT", "SECONDS",
|
||||
"SHELLOPTS", "SHLVL", "SRANDOM", "UID", "COLUMNS", "HISTFILESIZE",
|
||||
"HISTSIZE", "LINES"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue