Hold current prompt chars.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 4 Nov 2013 19:47:17 +0000 (20:47 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 4 Nov 2013 19:55:24 +0000 (20:55 +0100)
commit884de8bea9109cb3ab88bd280c93643628816089
tree50ed14007c26f182cd827d71bcd04d9082391626
parentc46f20073ad5349964bfa8e4c816b1c9068495d1
Hold current prompt chars.

This allows to handle the command mode <C-U> command right and to not remove
chars from prompts like ';o'.
src/ex.c
src/history.c
src/main.h
src/mode.c
src/mode.h
src/normal.c
src/setting.c