1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-18 15:21:16 +02:00

Tweak to PROMPT_SP.

This commit is contained in:
Wayne Davison 2005-10-01 19:20:25 +00:00
parent d84c522b49
commit f5d7af2912

View file

@ -1,3 +1,8 @@
2005-10-01 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Src/utils.c: changed PROMPT_SP to use the prompt-
escape "%#" (as Bart suggested) instead of a hard-wired "#".
2005-09-29 Peter Stephenson <pws@csr.com>
* 21784: Src/utils.c, Src/Zle/complist.c, Src/Zle/compresult.c,