1
0
Fork 0
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:
Tanaka Akira 1999-05-19 13:10:41 +00:00
parent ea0ddb0fc6
commit 4fec788fa5
52 changed files with 1568 additions and 340 deletions

View file

@ -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,