Skip to content

Commit

Permalink
Make the tests compatible with zsh 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed Sep 16, 2021
1 parent aab0277 commit b2078e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clitest/complete-word.post.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Setup:
% autoload -Uz zmathfunc && zmathfunc
% autoload -Uz $PWD/functions/widget/.autocomplete.complete-word.post
% unset terminfo
% typeset -gA terminfo=() compstate=( [old_list]=shown ) _lastcomp=()
% typeset -gA terminfo=() compstate=( old_list shown ) _lastcomp=()
% terminfo[kcbt]=BACKSPACE
% zstyle ':autocomplete:*' add-space 'FOO' 'TAG' 'BAR'
%
Expand Down

0 comments on commit b2078e7

Please sign in to comment.