mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-11 08:21:13 +01:00
fix typo in comment (17569)
This commit is contained in:
parent
1229d05c19
commit
de670cbb58
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2002-08-20 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 17569: Src/Zle/zle_tricky.c: fix typo in comment
|
||||
|
||||
* 17567: Src/Zle/zle_main.c, Src/Zle/zle_thingy.c,
|
||||
Src/Zle/zle_tricky.c: fix default completion module loading,
|
||||
use compctl if it hasn't been loaded already and no completion
|
||||
|
|
|
@ -562,7 +562,7 @@ docomplete(int lst)
|
|||
if (undoing)
|
||||
setlastline();
|
||||
|
||||
/* We the C-code's point of view, we can only use compctl as a default
|
||||
/* From the C-code's point of view, we can only use compctl as a default
|
||||
* type of completion. Load it if it hasn't been loaded already and
|
||||
* no completion widgets are defined. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue