diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-04 18:36:14 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-04 18:36:14 +0000 |
| commit | 3d5474eb60e37b60aea472b34ebcc308463e105f (patch) | |
| tree | 94d895cd84b230316dd98e072fe5f24f29e1553b /ChangeLog | |
| parent | unposted: add POSIX_ALIASES and POSIX_IDENTIFIERS to FAQ (diff) | |
| download | zsh-3d5474eb60e37b60aea472b34ebcc308463e105f.tar zsh-3d5474eb60e37b60aea472b34ebcc308463e105f.tar.gz zsh-3d5474eb60e37b60aea472b34ebcc308463e105f.tar.bz2 zsh-3d5474eb60e37b60aea472b34ebcc308463e105f.tar.lz zsh-3d5474eb60e37b60aea472b34ebcc308463e105f.tar.xz zsh-3d5474eb60e37b60aea472b34ebcc308463e105f.tar.zst zsh-3d5474eb60e37b60aea472b34ebcc308463e105f.zip | |
add whole-path style to _perforce completer
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2009-03-04 Peter Stephenson <pws@csr.com> + * 26690: Completion/Unix/Command/_perforce: the + whole-path style allows you to complete certain types of + file (e.g. opened) as a complete path rather than in directory + segments; the special value absolute only does that if you + type the leading slash. + * unposted: Etc/FAQ.yo: add POSIX_ALIASES and POSIX_IDENTIFIERS to the list of compatibility options with ksh. @@ -11336,5 +11342,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4601 $ +* $Revision: 1.4602 $ ***************************************************** |
