summaryrefslogtreecommitdiffstats
path: root/contrib/nvi/vi/v_ex.c
Commit message (Collapse)AuthorAgeFilesLines
* Update nvi to 2.1.3 which fixes the data corruption when locale conversionbapt2015-04-101-17/+17
|\ | | | | | | failed
| * Post-cvs2svn flatten pass.peter2013-08-111-696/+0
| |
* | Update nvi-1.79 to 2.1.1-4334a8297fpeter2013-08-111-123/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the gsoc-2011 project to clean up and backport multibyte support from other nvi forks in a form we can use. USE_WIDECHAR is on unless building for the rescue crunchgen. This should allow editing in the native locale encoding. USE_ICONV depends on make.conf having 'WITH_ICONV=YES' for now. This adds the ability to do things like edit a KOI8-R file while having $LANG set to (say) en_US.UTF-8. iconv is used to transcode the characters for display. Other points: * It uses gencat and catopen/etc instead of homegrown msg catalog stuff. * A lot of stuff has been trimmed out, eg: the perl and tcl bindings which we could never use in base anyway. * It uses ncursesw when in widechar mode. This could be interesting. GSoC info: http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/zy/1 Repo at: https://github.com/lichray/nvi2 Obtained from: Zhihao Yuan <lichray@gmail.com>
* | Fixes from NetBSD for nvi visual mode:jh2010-05-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | 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-011-0/+696
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