diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-04-15 09:26:37 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-04-15 09:26:37 +0000 |
| commit | df9cf1bf31ac810695505c517b9c9878cdfcc87c (patch) | |
| tree | 538599cddc1997f53c7422dc5f100eadfaec5c63 /NEWS | |
| parent | 27798: Alexey I. Froloff: Completion/Unix/Command/_git: support for the `--in... (diff) | |
| download | zsh-df9cf1bf31ac810695505c517b9c9878cdfcc87c.tar zsh-df9cf1bf31ac810695505c517b9c9878cdfcc87c.tar.gz zsh-df9cf1bf31ac810695505c517b9c9878cdfcc87c.tar.bz2 zsh-df9cf1bf31ac810695505c517b9c9878cdfcc87c.tar.lz zsh-df9cf1bf31ac810695505c517b9c9878cdfcc87c.tar.xz zsh-df9cf1bf31ac810695505c517b9c9878cdfcc87c.tar.zst zsh-df9cf1bf31ac810695505c517b9c9878cdfcc87c.zip | |
unposted: update NEWS with path-completion style
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -16,11 +16,19 @@ The glob qualifier P can be used to add a separate word before each match. For example, *(P:-f:) produces the command line `-f file1 -f file2 ...'. -The module zsh/system has a new "zsystem" builtin whose subcommands -perform system level tasks. Currently "zsystem flock" performs -advisory file locking. This is a particularly convenient way -of locking files for the length of a subshell. "zsystem supports flock" -provides a test for this feature. +The module zsh/system has a new "zsystem" builtin whose subcommands perform +system level tasks. Currently "zsystem flock" performs advisory file +locking (for aficionados, this uses the fcntl() system call so works over +the network on Linux). This is a particularly convenient way of locking +files for the length of a subshell. "zsystem supports flock" provides a +test for this feature. + +The completion system now has a style path-completion. Setting this to +false inhibits completion of paths before the current path component, +e.g. /u/b/z no longer completes to /usr/bin/zsh. This is useful on systems +where this form of completion is pathologically slow due to network +performance. + Changes between versions 4.3.9 and 4.3.10 ----------------------------------------- |
