summaryrefslogtreecommitdiffstats
path: root/contrib/nvi/vi
Commit message (Collapse)AuthorAgeFilesLines
* Fixes from NetBSD for nvi visual mode:jh2010-05-282-14/+37
| | | | | | | | | | | | | | - 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
* Merge rev 1.1.1.3 from vendor branch: fix refresh / warning deadlocksheldonh2002-01-311-8/+9
|
* Merge rev 1.1.1.2 from the vendor branch: fix leftright scrolling forsheldonh2002-01-311-1/+4
| | | | long lines
* Add $FreeBSD$ CVS Id tag so that I can merge rev 1.1.1.2 from thesheldonh2002-01-311-0/+4
| | | | | vendor branch. This file was taken off the vendor branch in 1998, before we started enforcing the presence of CVS Id tags. :-(
* This commit was generated by cvs2svn to compensate for changes in r90019,sheldonh2002-01-311-2/+2
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Fix core dump in left-right screen scrolling for long lines.sheldonh2002-01-312-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | The nvi maintainer expects this patch to be included in the upcoming nvi-1.81.6 unless a better fix presents itself. The MFC reminder below should be taken as a cue to MFC rev 1.1.1.2 of vs_relative.c as well. PR: bin/26869 Reported by: Alex Semenyaka <alexs@snark.ratmir.ru> Obtained from: skimo@kotnet.org (via "Alexey V. Neyman" <alex.neyman@auriga.ru>) MFC after: 1 month
* | This commit was generated by cvs2svn to compensate for changes in r89010,sheldonh2002-01-071-8/+12
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import patch from vendor (taken from nvi-1.81.5) that fixes problematicsheldonh2002-01-071-8/+12
| | | | | | | | | | | | | | | | interaction between the leftright and number options. PR: bin/23912 Reported by: "Stephen D. Spencer" <gladiatr@boneyard.lawrence.ks.us> Obtained from: skimo@kotnet.org
* | Fix an underflow resulting from the assumption !O_ISSET(sp, O_LEFTRIGHT)dd2001-07-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | (ironically, the assumption is in a code block which is conditional on its converse). This isn't strictly the correct fix; it's more of a workaround to prevent an infinite loop. The correct fix (see ports/editors/nvi-devel/files/patch-vi-relative r1.1) would take a file off the vendor branch, but since the result for this version of nvi is identical, this route was elected. PR: 28687 Approved by: -developers
* | Fixed printf format errors.bde1998-08-022-5/+6
| |
* | Enable GLOBAL tags support for nvi.jkh1997-04-181-0/+5
|/ | | | Submitted-By: Shigio Yamaguchi <shigio@wafu.netgate.net>
* Import of nvi-1.79, minus a few bits that we dont need (eg: postscriptpeter1996-11-0140-0/+16669
files, curses, db, regex etc that we already have). The other glue will follow shortly. Obtained from: Keith Bostic <bostic@bostic.com>
OpenPOWER on IntegriCloud