Record command history and register after command.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 11 Dec 2014 20:45:39 +0000 (21:45 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 11 Dec 2014 20:45:39 +0000 (21:45 +0100)
commit1e7f68e29e843f2f189310d9f0bedbde234b6573
tree50adfef322a892765b81a39c8a668576705d3a4e
parent061710981ba7a9fde2d09d1764f760e8ac322254
Record command history and register after command.

The command to run was written to history and ':' register right before it was
run. This caused :register to show always the register command as last ex
command. Now the command is written to history and register after attempt to
run it.
src/ex.c