mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 23:41:31 +01:00
unposted: Minor documentation tweaks.
This commit is contained in:
parent
880579dc1e
commit
a4f087b98e
3 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
2015-09-05 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: Doc/Zsh/params.yo Doc/Zsh/zle.yo: Minor documentation
|
||||
tweaks.
|
||||
|
||||
* 36410: Doc/Zsh/contrib.yo
|
||||
Functions/VCS_Info/Backends/VCS_INFO_get_data_git: vcs_info git:
|
||||
Present merge heads as patches
|
||||
|
|
|
@ -60,7 +60,7 @@ When the integer attribute, tt(-i), or a floating point attribute, tt(-E)
|
|||
or tt(-F), is set for var(name), the var(value) is subject to arithmetic
|
||||
evaluation. Furthermore, by replacing `tt(=)' with `tt(+=)', a parameter
|
||||
can be incremented or appended to. See noderef(Array Parameters) and
|
||||
ifzman(em(Arithmetic Evaluation) LPAR()in zmanref(zshexpn)RPAR())\
|
||||
ifzman(em(Arithmetic Evaluation) LPAR()in zmanref(zshmisc)RPAR())\
|
||||
ifnzman(noderef(Arithmetic Evaluation))
|
||||
for additional forms of assignment.
|
||||
|
||||
|
|
|
@ -34,7 +34,8 @@ The parameter tt(zle_highlight) is also used by the line editor; see
|
|||
ifzman(em(Character Highlighting) below)\
|
||||
ifnzman(noderef(Character Highlighting)). Highlighting
|
||||
of special characters and the region between the cursor and the
|
||||
mark (as set with tt(set-mark-command) in Emacs mode) is enabled
|
||||
mark (as set with tt(set-mark-command) in Emacs mode, or by tt(visual-mode)
|
||||
in Vi mode) is enabled
|
||||
by default; consult this reference for more information. Irascible
|
||||
conservatives will wish to know that all highlighting may be disabled by
|
||||
the following setting:
|
||||
|
@ -43,7 +44,7 @@ example(zle_highlight=(none))
|
|||
|
||||
In many places, references are made to the tt(numeric argument). This can
|
||||
by default be entered in emacs mode by holding the alt key and typing
|
||||
a number, or pressing escape before each number, and in vi command mode
|
||||
a number, or pressing escape before each digit, and in vi command mode
|
||||
by typing the number before entering a command. Generally the numeric
|
||||
argument causes the next command entered to be repeated the specified
|
||||
number of times, unless otherwise noted below. See also
|
||||
|
|
Loading…
Reference in a new issue