Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-08 | 52946: Revert "Handle completer filenames with funny characters in them" | Mikael Magnusson | 1 | -3/+3 | |
This reverts commit 88f47569030b12345aee3bd857e424351ee61726. | |||||
2024-03-23 | 52768: Handle completer filenames with funny characters in them | Mikael Magnusson | 1 | -3/+3 | |
For example, a file called _foo;bar will cause this to happen: % hello [press tab]zsh: command not found: _foo zsh: command not found: bar | |||||
2021-09-28 | 49454: open dump file once only instead of reopening it for appends | Oliver Kiddle | 1 | -28/+30 | |
2016-06-05 | 38547: Completion/compdump: only autoload functions when they exist in fpath | Eric Cook | 1 | -2/+3 | |
2009-02-18 | Arkadiusz Miskiewicz <arekm@maven.pl>: 26573: | Peter Stephenson | 1 | -1/+1 | |
force compdump overwrite | |||||
2008-07-29 | 25346: fix some variables in compdump | Peter Stephenson | 1 | -5/+6 | |
2007-06-06 | 23529: quote completion dump to prevent global alias expansion | Peter Stephenson | 1 | -6/+6 | |
2004-06-16 | users/7553: include zsh version in dump file to avoid problems with upgrades | Oliver Kiddle | 1 | -1/+1 | |
2004-04-20 | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 1 | -4/+4 | |
completion system to be used with ksh_autoload set | |||||
2002-06-23 | users/5073: use typeset to get function names for compdump | Bart Schaefer | 1 | -7/+3 | |
2002-03-13 | remove that -T option to compdef again and instead use comma-separated ↵ | Sven Wischnowsky | 1 | -32/+23 | |
sub-contexts both for function and style lookup (16819) | |||||
2002-03-04 | allow different sets of completion definitions selected with option -T to ↵ | Sven Wischnowsky | 1 | -23/+38 | |
compdef; use this for parameter values and redirections (16755) | |||||
2001-05-29 | spelling corrections | Oliver Kiddle | 1 | -1/+1 | |
2001-04-02 | moved from Completion/Core/compdump | Sven Wischnowsky | 1 | -0/+135 | |