1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-28 02:46:03 +02:00

Mikael: 25933: typos

This commit is contained in:
Peter Stephenson 2008-10-26 17:57:13 +00:00
parent 2f50e20d84
commit 3e70e99d50
5 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-10-26 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Mikael: 25933: Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo,
Doc/Zsh/options.yo, NEWS: typos.
2008-10-24 Peter Stephenson <pws@csr.com> 2008-10-24 Peter Stephenson <pws@csr.com>
* users/13400: Doc/Zsh/options.yo, Etc/FAQ.yo: clarify some * users/13400: Doc/Zsh/options.yo, Etc/FAQ.yo: clarify some

View File

@ -661,7 +661,7 @@ example(zstyle ':vcs_info:(svn|bzr):*' branchformat '%b%{'${fg[yellow]}'%}:%r')
If you want colors, make sure you enclose the color codes in tt(%{...%}), If you want colors, make sure you enclose the color codes in tt(%{...%}),
if you want to use the string provided by tt(vcs_info) in prompts. if you want to use the string provided by tt(vcs_info) in prompts.
Here is how to print the vcs infomation as a command (not in a prompt): Here is how to print the vcs information as a command (not in a prompt):
example(alias vcsi='vcs_info command; vcs_info_lastmsg') example(alias vcsi='vcs_info command; vcs_info_lastmsg')
This way, you can even define different formats for output via This way, you can even define different formats for output via

View File

@ -1323,7 +1323,7 @@ followed by a number.
subsect(Dynamic named directories) subsect(Dynamic named directories)
cindex(directories, named, dynamic) cindex(directories, named, dynamic)
cindex(named directories, dynamicic) cindex(named directories, dynamic)
cindex(dynamic named directories) cindex(dynamic named directories)
The feature described here is only available if the shell function The feature described here is only available if the shell function

View File

@ -1041,7 +1041,7 @@ pindex(C_PRECEDENCES)
cindex(precedence, operator) cindex(precedence, operator)
cindex(operator precedence) cindex(operator precedence)
item(tt(C_PRECEDENCES))( item(tt(C_PRECEDENCES))(
This alters the precedence of arithemtic operators to be more This alters the precedence of arithmetic operators to be more
like C and other programming languages; like C and other programming languages;
ifnzman(Arithmetic Evaluation)\ ifnzman(Arithmetic Evaluation)\
ifzman(the section ARITHMETIC EVALUATION in zmanref(zshmisc)) ifzman(the section ARITHMETIC EVALUATION in zmanref(zshmisc))

2
NEWS
View File

@ -206,7 +206,7 @@ Changes in 4.2 since version 4.2.0
- A new zle widget reset-prompt has been added to re-expand the current - A new zle widget reset-prompt has been added to re-expand the current
prompt. Changes to the variable in use as well as changes in its prompt. Changes to the variable in use as well as changes in its
expanions are both taken into account. The same effect is now forced by expansions are both taken into account. The same effect is now forced by
a job change notification, making the %j prompt escape and %(j..) ternary a job change notification, making the %j prompt escape and %(j..) ternary
expression more useful. expression more useful.