Re: [Vimprobable-users] [PATCH] Fixed wrong entries in command history
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Daniel C. <dan...@gm...> - 2012-04-10 15:48:10
|
Hi Hannes! On Tue, Apr 10, 2012 at 05:21:36PM +0200, Hannes Schüller wrote: > While I appreciate the bug being fixed, I don't like the functional > change. The only time I really use the command history is when I > mistyped something. So I recall what I typed and correct it. This would > not be possible anymore. > > Hannes You are right, vim does also save wrong types commands, and so we shoud do it also. Attached patch fixed mentioned bug and allowes also to save invalid commands in history. |