mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
unposted: protect () in doc from macro expansion
This commit is contained in:
parent
4c674ba072
commit
6bcc7f6011
2 changed files with 3 additions and 1 deletions
|
@ -1365,7 +1365,7 @@ beginning with the string tt(p:) to directories below
|
|||
tt(/home/pws/perforce). In this simple case a static name for the
|
||||
directory would be just as effective.
|
||||
|
||||
example(zsh_directory_name() {
|
||||
example(zsh_directory_name+LPAR()RPAR() {
|
||||
emulate -L zsh
|
||||
setopt extendedglob
|
||||
local -a match mbegin mend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue