mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: fix typo
This commit is contained in:
parent
f61037a0b0
commit
21d01000be
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2014-04-06 Barton E. Schaefer <schaefer@brasslantern.com>
|
||||
|
||||
* unposted: Doc/Zsh/options.yo: fix typo in option cross-reference
|
||||
|
||||
* 32531: Src/Zle/zle_refresh.c, Src/Zle/zle_tricky.c, Src/hist.c:
|
||||
fix memory leaks detected by valgrind, two in ZLE region highlight
|
||||
and one in :A history modifier.
|
||||
|
|
|
@ -1174,7 +1174,7 @@ pindex(NOHASHEXECUTABLESONLY)
|
|||
cindex(hashing, of executables)
|
||||
cindex(executables, hashing)
|
||||
item(tt(HASH_EXECUTABLES_ONLY))(
|
||||
When hashing commands because of tt(HASH_COMMANDS), check that the
|
||||
When hashing commands because of tt(HASH_CMDS), check that the
|
||||
file to be hashed is actually an executable. This option
|
||||
is unset by default as if the path contains a large number of commands,
|
||||
or consists of many remote files, the additional tests can take
|
||||
|
|
Loading…
Reference in a new issue