1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

29643: set incompfunc to zero when executing hook or trap function

This commit is contained in:
Peter Stephenson 2011-08-04 08:30:50 +00:00
parent 4a3ce8ab89
commit a3ae9f5d12
3 changed files with 14 additions and 7 deletions

View file

@ -53,11 +53,6 @@ mod_export int zlecs, zlell;
/**/
mod_export int incompctlfunc;
/* != 0 if we are in a new style completion function */
/**/
mod_export int incompfunc;
/* != 0 if completion module is loaded */
/**/