1
0
Fork 0
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:
Bart Schaefer 2008-09-03 03:12:01 +00:00
parent 63333a5224
commit ae79d264a3
2 changed files with 6 additions and 1 deletions

View file

@ -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.