shellcheck icon indicating copy to clipboard operation
shellcheck copied to clipboard

Support more Bash internal variables

Open larryv opened this issue 2 years ago • 0 comments

This PR adds support for the following Bash internal variables (fixing at least #1780 and #2554):

It also adds READLINE_POINT to the list of variables without spaces (as far as I can tell, it always has an integer value) and removes a redundant instance of COPROC.

larryv avatar Sep 21 '22 02:09 larryv