Date: Fri, 28 May 2010 09:30:13 +0000 (UTC) From: Jaakko Heinonen <jh@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/nvi/vi v_ex.c v_txt.c Message-ID: <201005280930.o4S9UObV017707@repoman.freebsd.org>
index | next in thread | raw e-mail
jh 2010-05-28 09:30:13 UTC
FreeBSD src repository
Modified files:
contrib/nvi/vi v_ex.c v_txt.c
Log:
SVN rev 208612 on 2010-05-28 09:30:13Z by jh
Fixes from NetBSD for nvi visual mode:
- Fix handling of ^@ when reading an ex command. Don't try to replay
the previous input.
- Fix handling of ^C in insert mode and when reading an ex command.
Repeating an interrupted input could cause a crash and interrupting
ex command input could cause a file corruption.
- Fix a bug which causes crashes in file name completion when a file
name is longer than the screen width.
- When an error occurs in v_txt(), leave the input mode.
PR: bin/21089, bin/136393
Obtained from: NetBSD
Revision Changes Path
1.3 +4 -0 src/contrib/nvi/vi/v_ex.c
1.2 +33 -14 src/contrib/nvi/vi/v_txt.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005280930.o4S9UObV017707>
