Skip to content

Commit

Permalink
Suppress a warning
Browse files Browse the repository at this point in the history
Fixes #357.
  • Loading branch information
marlonrichert committed Oct 9, 2021
1 parent b76e0b1 commit 1c88317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/zsh
zmodload -F zsh/terminfo p:terminfo
local -a match=() mbegin=() mend=() # `zstyle` for some reason assigns these.

local -P key_name=
case $KEYS in
Expand Down
1 change: 1 addition & 0 deletions functions/widget/.autocomplete.complete-word.post
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#autoload
local -a match=() mbegin=() mend=() # `zstyle` for some reason assigns these.

unset MENUSELECT 'compstate[list]'
compstate[insert]=
Expand Down

0 comments on commit 1c88317

Please sign in to comment.