Commit 83d36c5
committed
Revert "zsh: skip repeat Python runs in the same completion run"
This reverts commit 0d55af2.
This commit introduced the following regression:
> mkdir testdir
> touch testdir/FOO
> autoload -U compinit
> compinit
> zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'
> : testdir/f<TAB>
Expected: testdir/FOO
Observed: no completions1 parent a70ff6a commit 83d36c5
File tree
2 files changed
+0
-12
lines changed- argcomplete
- bash_completion.d
2 files changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | 127 | | |
134 | 128 | | |
135 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 37 | | |
44 | 38 | | |
45 | 39 | | |
| |||
0 commit comments