summaryrefslogtreecommitdiffstats
path: root/contrib/nvi/common
Commit message (Collapse)AuthorAgeFilesLines
* Close buffer overflow noted in security advisory DSA-085.jkh2001-10-261-1/+1
| | | | | Submitted by: Koga Youichirou <y-koga@jp.FreeBSD.org> Obtained from: Debian
* It is just stupid to have to do ``<ESC>!rm -f %'' to write a file you own.obrien2001-07-091-0/+29
| | | | | | So lets stop that nonsense and allow `w!' to do something useful. Submitted by: green
* 10 X's in mkstemp().kris2000-01-101-1/+6
|
* Set the close-on-exec flag when we lock the file we're editing.brian1999-08-061-3/+10
| | | | | | | | This prevents any background sub-command executed from inheriting the descriptor & lock (and making vi think that someone else is editing the file when it re-edits). Remembered from: An OpenBSD commit message from May '99
* Fixed printf format errors.bde1999-04-031-3/+4
|
* Fixed printf format errors.bde1998-08-021-1/+2
|
* Enable GLOBAL tags support for nvi.jkh1997-04-182-0/+27
| | | | Submitted-By: Shigio Yamaguchi <shigio@wafu.netgate.net>
* Everyone's favorite: finally bump vi's escapetime.joerg1997-01-171-1/+1
| | | | | | Closes bin/2510: vi escape keys over slow... (and i think yet another one) Submitted by: kargl@troutmask.apl.washington.edu (Steven G. Kargl)
* Bump default escapetime from 1 (ie: 100ms) to 3 (ie: 300ms). Hopefullypeter1996-12-301-1/+1
| | | | | | | | this will make it less likely to misinterpret arrow keys as seperate keys when running over anything slower than a console. This has been talked about for a while, I hope it's long enough but not too long to be annoying.
* Import of nvi-1.79, minus a few bits that we dont need (eg: postscriptpeter1996-11-0133-0/+11889
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