mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-27 06:11:06 +02:00
Fix typo from 28487
This commit is contained in:
parent
daa7d99702
commit
dd988542f4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-02-14 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* unposted: Doc/Zsh/prompt.yo: Fix typo from 28487.
|
||||
|
||||
2015-02-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 34546: Src/exec.c, Test/D04parameter.ztst: fix another
|
||||
|
|
|
@ -93,7 +93,7 @@ continuation lines and tt(PS4) for debugging with the tt(XTRACE) option; in
|
|||
the latter case it will also work non-interactively.
|
||||
)
|
||||
xitem(tt(%d))
|
||||
item(tt(/))(
|
||||
item(tt(%/))(
|
||||
Current working directory. If an integer follows the `tt(%)',
|
||||
it specifies a number of trailing components of the current working
|
||||
directory to show; zero means the whole path. A negative integer
|
||||
|
|
Loading…
Reference in a new issue