mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
49844: Fix node reference errors from 49446 and 49448.
This commit is contained in:
parent
28410bd5bc
commit
87d276346f
3 changed files with 14 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2022-03-13 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 49844: Doc/Zsh/expn.yo, Doc/Zsh/zle.yo: Fix node reference
|
||||
errors from 49446 and 49448.
|
||||
|
||||
2022-03-08 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 49773: Functions/Prompts/promptinit: promptinit: only exclude
|
||||
|
|
|
@ -1897,6 +1897,13 @@ The tt(PUSHD_MINUS)
|
|||
option exchanges the effects of `tt(~PLUS())' and `tt(~-)' where they are
|
||||
followed by a number.
|
||||
|
||||
startmenu()
|
||||
menu(Dynamic named directories)
|
||||
menu(Static named directories)
|
||||
menu(`=' expansion)
|
||||
menu(Notes)
|
||||
endmenu()
|
||||
|
||||
texinode(Dynamic named directories)(Static named directories)()(Filename Expansion)
|
||||
subsect(Dynamic named directories)
|
||||
cindex(directories, named, dynamic)
|
||||
|
|
|
@ -733,7 +733,7 @@ enditem()
|
|||
enditem()
|
||||
|
||||
texinode(Zle Widgets)(User-Defined Widgets)(Zle Builtins)(Zsh Line Editor)
|
||||
sect(Widgets)
|
||||
sect(Zle Widgets)
|
||||
cindex(widgets)
|
||||
All actions in the editor are performed by `widgets'. A widget's job is
|
||||
simply to perform some small action. The ZLE commands that key sequences
|
||||
|
@ -2627,7 +2627,7 @@ argument, multiple words will be selected.
|
|||
)
|
||||
enditem()
|
||||
|
||||
texinode(Character Highlighting)()(Zle Widgets)(Zsh Line Editor)
|
||||
texinode(Character Highlighting)()(Standard Widgets)(Zsh Line Editor)
|
||||
sect(Character Highlighting)
|
||||
|
||||
vindex(zle_highlight, setting)
|
||||
|
|
Loading…
Reference in a new issue