Do not leak global variables REPLY and strategy
https://github.com/zsh-users/zsh-autosuggestions/issues/341
This commit is contained in:
@@ -88,7 +88,7 @@ _zsh_autosuggest_capture_buffer() {
|
||||
|
||||
_zsh_autosuggest_capture_completion() {
|
||||
typeset -g completion
|
||||
local line
|
||||
local line REPLY
|
||||
|
||||
# Zle will be inactive if we are in async mode
|
||||
if zle; then
|
||||
|
||||
Reference in New Issue
Block a user