mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
re-calculate number of line with mark when needed; make default prompts more consistent (10916)
This commit is contained in:
parent
6e99acad52
commit
d3c918b863
3 changed files with 22 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
2000-04-25 Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
|
2000-04-25 Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
|
||||||
|
|
||||||
|
* 10916: Completion/Core/_main_complete, Src/Zle/complist.c:
|
||||||
|
re-calculate number of line with mark when needed; make default
|
||||||
|
prompts more consistent
|
||||||
|
|
||||||
* 10915: Src/Zle/computil.c: forgotten fix for _arguments using
|
* 10915: Src/Zle/computil.c: forgotten fix for _arguments using
|
||||||
multiple actions
|
multiple actions
|
||||||
|
|
||||||
|
|
|
@ -57,13 +57,13 @@ _def_menu_style=( "$_last_menu_style[@]"
|
||||||