diff options
author | pgf <pgf@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-11-28 18:07:53 +0000 |
---|---|---|
committer | pgf <pgf@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-11-28 18:07:53 +0000 |
commit | f77741b8e3dae00454b28ae22cdb3833acfe9e41 (patch) | |
tree | 6666c2de7ccb0bf480435053d9537b747f218f79 /debian | |
parent | 25762591c14ae115ece10a56bb7635feb9c1df87 (diff) | |
download | busybox-w32-f77741b8e3dae00454b28ae22cdb3833acfe9e41.tar.gz busybox-w32-f77741b8e3dae00454b28ae22cdb3833acfe9e41.tar.bz2 busybox-w32-f77741b8e3dae00454b28ae22cdb3833acfe9e41.zip |
fix bug #474:
0000474: vi crashes often
problem was that the buffer used for "." command ("last_modifying_cmd")
wasn't being maintined correctly -- the recording code was walking back
over the front of that buffer when a repeatable insert command
included backspacing (e.g. "i\b\b\bfoo"). the fix is to simply
record the backspaces along with the rest of the command.
also, cleaned up start_new_cmd_q() slightly.
git-svn-id: svn://busybox.net/trunk/busybox@12559 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions