Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[BUG] Line number in prompt after `zle reset-prompt'



Hello
To reproduce:

PROMPT="%i # "
a() { zle reset-prompt }
zle -N a
bindkey "^E" a

and press Ctrl-E. Line number will change, most probably to "0", but
in my other large script it changes to 50 and other numbers, depending
on what I do with the script

Best regards,
Sebastian Gniazdowski



Messages sorted by: Reverse Date, Date, Thread, Author