mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-08 06:21:40 +01:00
zsh-3.1.5-pws-19
This commit is contained in:
parent
ea0ddb0fc6
commit
4fec788fa5
52 changed files with 1568 additions and 340 deletions
|
|
@ -100,11 +100,11 @@ int incompfunc;
|
|||
/* global variables for shell parameters in new style completion */
|
||||
|
||||
/**/
|
||||
long compcurrent,
|
||||
compnmatches,
|
||||
compmatcher,
|
||||
compmatchertot,
|
||||
complistmax;
|
||||
zlong compcurrent,
|
||||
compnmatches,
|
||||
compmatcher,
|
||||
compmatchertot,
|
||||
complistmax;
|
||||
|
||||
/**/
|
||||
char **compwords,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue