Update comment about KEYS_QUEUED_COUNT support

Now that patch has released
pull/283/head
Eric Freese 8 years ago
parent 680ce21f26
commit 9f1f322979

@ -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

@ -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

Loading…
Cancel
Save