mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
25600: fix incorrect pattern introduced by 25059.
This commit is contained in:
parent
63333a5224
commit
ae79d264a3
2 changed files with 6 additions and 1 deletions
|
@ -70,7 +70,7 @@ integer PSCOL=1
|
|||
|
||||
prompt_bart_precmd () {
|
||||
setopt localoptions noxtrace noksharrays unset
|
||||
local zero='%([BSUbfksu]|FB{*})' escape colno lineno
|
||||
local zero='%([BSUbfksu]|[FB]{*})' escape colno lineno
|
||||
|
||||
# Using psvar here protects against unwanted promptsubst expansions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue