Update comment about KEYS_QUEUED_COUNT support

Now that patch has released
This commit is contained in:
Eric Freese 2017-09-27 15:04:42 -06:00
parent 680ce21f26
commit 9f1f322979
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ _zsh_autosuggest_clear() {
_zsh_autosuggest_modify() {
local -i retval
# Only added to zsh very recently
# Only available in zsh >= 5.4
local -i KEYS_QUEUED_COUNT
# Save the contents of the buffer/postdisplay

View file

@ -304,7 +304,7 @@ _zsh_autosuggest_clear() {
_zsh_autosuggest_modify() {
local -i retval
# Only added to zsh very recently
# Only available in zsh >= 5.4
local -i KEYS_QUEUED_COUNT
# Save the contents of the buffer/postdisplay