diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2000-05-01 03:53:05 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2000-05-01 03:53:05 +0000 |
commit | 655aa94a4ddd8158760c4dc57c96357ab3fc30c9 (patch) | |
tree | f64e8a11fdeb806df86a752560bb27fefb2738e4 /Etc/NEWS | |
parent | f9b13e01d842afa1c98efac467b5663b1fe3b6ea (diff) | |
download | zsh-655aa94a4ddd8158760c4dc57c96357ab3fc30c9.tar.gz zsh-655aa94a4ddd8158760c4dc57c96357ab3fc30c9.tar.xz zsh-655aa94a4ddd8158760c4dc57c96357ab3fc30c9.zip |
Spelling corrections (11037)
Diffstat (limited to 'Etc/NEWS')
-rw-r--r-- | Etc/NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Etc/NEWS b/Etc/NEWS index 1d175c417..abd4ae8b2 100644 --- a/Etc/NEWS +++ b/Etc/NEWS @@ -5,14 +5,14 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH New features in zsh version 3.1.7 --------------------------------- Further enhancements to new completion system: - - Comprehensive context-sensitive configuration vai `styles', which - can be set by the menu-driven front end in compinstall. + - Comprehensive context-sensitive configuration via `styles', which + can be set by the menu-driven front end in compinstall - General mechanism for setting patterns to be ignored in a completion; overriding of patterns to be matched for functions - New completers: _prefix to complete word before cursor, _ignored to complete using words so far ignored (like $fignore but more powerful), _history to complete words from shell history - - Multiple use of completers with different options, similalry splitting + - Multiple use of completers with different options, similarly splitting of different types of completion (`tags') so they are considered with different styles - Many more supplied completions for standard commands which work out of @@ -68,7 +68,7 @@ Globbing and pattern matching: matches, e.g. [[ $foo = (#b)(*/)[^/]* ]] stores the part of $foo up to the last / in $match[1] and the indexes of - the match in $mbegin[1], $mend[1]. (#m) is also availabel to set $MATCH + the match in $mbegin[1], $mend[1]. (#m) is also available to set $MATCH to the entire match and corresponding $MBEGIN, $MEND: useful in parameter substitutions like ${.../.../...}. - (#s) and (#e) match start and end of pattern like ^ and $ in regular @@ -88,7 +88,7 @@ Modules: zsh subdirectory, so zle becomes zsh/zle etc.; aliases supplied for compatibility for existing code, but the new format should be used in future. - - zmodload is more consistent between dynamicall and statically linked + - zmodload is more consistent between dynamically and statically linked shells - zsh/zftp and its function suite support multiple sessions (zfsession command); zftransfer allows transfer of files between two ftp sessions @@ -286,7 +286,7 @@ New features in zsh version 3.0 ------------------------------- Trailing "/" in a glob pattern now works like in other shell thus it -can no longer be used as a sorthand for "(/)". +can no longer be used as a shorthand for "(/)". Much improved sh/ksh emulation. When zsh is invoked as sh it mostly conforms to POSIX 1003.2. |