Skip to content

Commit

Permalink
Fix the failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed May 27, 2021
1 parent 6b16583 commit a19e847
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .clitest/complete-word.post.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,3 @@ Only `Shift-Tab` key sets `$compstate[insert]` to `*:0`:
1 0
%
```

`menu-*` widgets set `$compstate[insert]` to `menu:*` when adding space:
```zsh
% WIDGET=menu-TEST _comp_tags='LOREM TAG IPSUM' _lastcomp[tags]='OTHER' .autocomplete.complete-word.post
% print -r - ${(q+)compstate[insert]} $+MENUSELECT
'menu:1 ' 0
%
```

0 comments on commit a19e847

Please sign in to comment.