[Bug 4526] vi: fix end key "lock" which require Ctrl+c

bugzilla at busybox.net bugzilla at busybox.net
Mon Nov 28 03:56:05 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=4526

--- Comment #3 from Denys Vlasenko <vda.linux at googlemail.com> 2011-11-28 03:56:04 UTC ---
The fix is simple: if (--cmdcnt > 0) condition should be reversed: f (--cmdcnt
<= 0)

Fixed in git.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list