1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 12:56:04 +02:00

34836: fix description of '%-0<<' in prompt.yo

This commit is contained in:
Jun-ichi Takimoto 2015-04-03 02:11:02 +09:00
parent 727533088a
commit 1278156dc3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-03-05 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 34836: Doc/Zsh/prompt.yo: fix description of '%-0<<'
2015-04-01 Daniel Shahaf <d.s@daniel.shahaf.name>
* 34814: Completion/Unix/Command/_git: completion: git: Fix

View File

@ -367,7 +367,8 @@ truncated while turning off truncation from there on. For example, the
prompt '%10<...<%~%<<%# ' will print a truncated representation of the
current directory, followed by a `tt(%)' or `tt(#)', followed by a
space. Without the `tt(%<<)', those two characters would be included
in the string to be truncated. Note that `tt(%-0<<)' is a distinct
in the string to be truncated. Note that `tt(%-0<<)' is not equivalent
to `tt(%<<)' but specifies that the prompt is truncated at the right margin.
Truncation applies only within each individual line of the prompt, as
delimited by embedded newlines (if any). If the total length of any line