hush/editors
Paul Fox d957b9537e 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.
2005-11-28 18:07:53 +00:00
..
awk.c more const, attribute_noreturn saved 200 bytes 2005-10-19 09:21:51 +00:00
Config.in Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
Makefile use the shorter license header 2005-09-24 07:16:29 +00:00
Makefile.in use brief license line 2005-09-24 06:01:57 +00:00
patch.c - correct boilerplate 2005-10-27 06:59:05 +00:00
sed.c Support # comments after s/// option list. 2005-11-20 07:44:35 +00:00
vi.c fix bug #474: 2005-11-28 18:07:53 +00:00