Keep all content before command on completion.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 27 Apr 2017 20:08:17 +0000 (22:08 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 27 Apr 2017 20:13:07 +0000 (22:13 +0200)
commitee218313a2d3f1c41f30102ba5498471b32925c0
tree3011fb821c36d3cc7572480aeb5e486651541c58
parent43e4c5876d76b5a3183e25a5b0aa7e9c64899c97
Keep all content before command on completion.

If ':: o' was completed, the white space and ':' before the command
where skipped and the user input was changed into ':open'. Vim keeps the
input also during command completion, so we follow this model and keep
it too.
src/ex.c