Import nvi2 version 2.1.3 to vendor branch gitea/vendor/NVI2 origin/vendor/NVI2
authorJohn Marino <draco@marino.st>
Sat, 8 Aug 2015 16:58:23 +0000 (18:58 +0200)
committerJohn Marino <draco@marino.st>
Sat, 8 Aug 2015 16:58:23 +0000 (18:58 +0200)
commite0b8e63ec8faba710eccfbba72a18b7831676e0c
treed1c188db909e2c6b86961d4fa83659ee1e9e1d2f
Import nvi2 version 2.1.3 to vendor branch
172 files changed:
contrib/nvi2/LICENSE [new file with mode: 0644]
contrib/nvi2/README [new file with mode: 0644]
contrib/nvi2/catalog/Makefile [new file with mode: 0644]
contrib/nvi2/catalog/README [new file with mode: 0644]
contrib/nvi2/catalog/dump.c [new file with mode: 0644]
contrib/nvi2/catalog/dutch.base [new file with mode: 0644]
contrib/nvi2/catalog/dutch.owner [new file with mode: 0644]
contrib/nvi2/catalog/english.owner [new file with mode: 0644]
contrib/nvi2/catalog/french.base [new file with mode: 0644]
contrib/nvi2/catalog/german.base [new file with mode: 0644]
contrib/nvi2/catalog/german.owner [new file with mode: 0644]
contrib/nvi2/catalog/polish.base [new file with mode: 0644]
contrib/nvi2/catalog/polish.owner [new file with mode: 0644]
contrib/nvi2/catalog/ru_RU.KOI8-R.base [new file with mode: 0644]
contrib/nvi2/catalog/ru_RU.KOI8-R.owner [new file with mode: 0644]
contrib/nvi2/catalog/spanish.base [new file with mode: 0644]
contrib/nvi2/catalog/swedish.base [new file with mode: 0644]
contrib/nvi2/catalog/swedish.owner [new file with mode: 0644]
contrib/nvi2/catalog/uk_UA.KOI8-U.base [new file with mode: 0644]
contrib/nvi2/catalog/uk_UA.KOI8-U.owner [new file with mode: 0644]
contrib/nvi2/catalog/zh_CN.GB2312.base [new file with mode: 0644]
contrib/nvi2/catalog/zh_CN.GB2312.owner [new file with mode: 0644]
contrib/nvi2/cl/README.signal [new file with mode: 0644]
contrib/nvi2/cl/cl.h [new file with mode: 0644]
contrib/nvi2/cl/cl_funcs.c [new file with mode: 0644]
contrib/nvi2/cl/cl_main.c [new file with mode: 0644]
contrib/nvi2/cl/cl_read.c [new file with mode: 0644]
contrib/nvi2/cl/cl_screen.c [new file with mode: 0644]
contrib/nvi2/cl/cl_term.c [new file with mode: 0644]
contrib/nvi2/common/args.h [new file with mode: 0644]
contrib/nvi2/common/common.h [new file with mode: 0644]
contrib/nvi2/common/conv.c [new file with mode: 0644]
contrib/nvi2/common/conv.h [new file with mode: 0644]
contrib/nvi2/common/cut.c [new file with mode: 0644]
contrib/nvi2/common/cut.h [new file with mode: 0644]
contrib/nvi2/common/delete.c [new file with mode: 0644]
contrib/nvi2/common/encoding.c [new file with mode: 0644]
contrib/nvi2/common/exf.c [new file with mode: 0644]
contrib/nvi2/common/exf.h [new file with mode: 0644]
contrib/nvi2/common/gs.h [new file with mode: 0644]
contrib/nvi2/common/key.c [new file with mode: 0644]
contrib/nvi2/common/key.h [new file with mode: 0644]
contrib/nvi2/common/line.c [new file with mode: 0644]
contrib/nvi2/common/log.c [new file with mode: 0644]
contrib/nvi2/common/log.h [new file with mode: 0644]
contrib/nvi2/common/main.c [new file with mode: 0644]
contrib/nvi2/common/mark.c [new file with mode: 0644]
contrib/nvi2/common/mark.h [new file with mode: 0644]
contrib/nvi2/common/mem.h [new file with mode: 0644]
contrib/nvi2/common/msg.c [new file with mode: 0644]
contrib/nvi2/common/msg.h [new file with mode: 0644]
contrib/nvi2/common/multibyte.h [new file with mode: 0644]
contrib/nvi2/common/options.awk [new file with mode: 0644]
contrib/nvi2/common/options.c [new file with mode: 0644]
contrib/nvi2/common/options.h [new file with mode: 0644]
contrib/nvi2/common/options_f.c [new file with mode: 0644]
contrib/nvi2/common/put.c [new file with mode: 0644]
contrib/nvi2/common/recover.c [new file with mode: 0644]
contrib/nvi2/common/screen.c [new file with mode: 0644]
contrib/nvi2/common/screen.h [new file with mode: 0644]
contrib/nvi2/common/search.c [new file with mode: 0644]
contrib/nvi2/common/seq.c [new file with mode: 0644]
contrib/nvi2/common/seq.h [new file with mode: 0644]
contrib/nvi2/common/util.c [new file with mode: 0644]
contrib/nvi2/common/util.h [new file with mode: 0644]
contrib/nvi2/docs/man/Makefile [new file with mode: 0644]
contrib/nvi2/docs/man/vi.1 [new file with mode: 0644]
contrib/nvi2/ex/ex.awk [new file with mode: 0644]
contrib/nvi2/ex/ex.c [new file with mode: 0644]
contrib/nvi2/ex/ex.h [new file with mode: 0644]
contrib/nvi2/ex/ex_abbrev.c [new file with mode: 0644]
contrib/nvi2/ex/ex_append.c [new file with mode: 0644]
contrib/nvi2/ex/ex_args.c [new file with mode: 0644]
contrib/nvi2/ex/ex_argv.c [new file with mode: 0644]
contrib/nvi2/ex/ex_at.c [new file with mode: 0644]
contrib/nvi2/ex/ex_bang.c [new file with mode: 0644]
contrib/nvi2/ex/ex_cd.c [new file with mode: 0644]
contrib/nvi2/ex/ex_cmd.c [new file with mode: 0644]
contrib/nvi2/ex/ex_cscope.c [new file with mode: 0644]
contrib/nvi2/ex/ex_delete.c [new file with mode: 0644]
contrib/nvi2/ex/ex_display.c [new file with mode: 0644]
contrib/nvi2/ex/ex_edit.c [new file with mode: 0644]
contrib/nvi2/ex/ex_equal.c [new file with mode: 0644]
contrib/nvi2/ex/ex_file.c [new file with mode: 0644]
contrib/nvi2/ex/ex_filter.c [new file with mode: 0644]
contrib/nvi2/ex/ex_global.c [new file with mode: 0644]
contrib/nvi2/ex/ex_init.c [new file with mode: 0644]
contrib/nvi2/ex/ex_join.c [new file with mode: 0644]
contrib/nvi2/ex/ex_map.c [new file with mode: 0644]
contrib/nvi2/ex/ex_mark.c [new file with mode: 0644]
contrib/nvi2/ex/ex_mkexrc.c [new file with mode: 0644]
contrib/nvi2/ex/ex_move.c [new file with mode: 0644]
contrib/nvi2/ex/ex_open.c [new file with mode: 0644]
contrib/nvi2/ex/ex_preserve.c [new file with mode: 0644]
contrib/nvi2/ex/ex_print.c [new file with mode: 0644]
contrib/nvi2/ex/ex_put.c [new file with mode: 0644]
contrib/nvi2/ex/ex_quit.c [new file with mode: 0644]
contrib/nvi2/ex/ex_read.c [new file with mode: 0644]
contrib/nvi2/ex/ex_screen.c [new file with mode: 0644]
contrib/nvi2/ex/ex_script.c [new file with mode: 0644]
contrib/nvi2/ex/ex_set.c [new file with mode: 0644]
contrib/nvi2/ex/ex_shell.c [new file with mode: 0644]
contrib/nvi2/ex/ex_shift.c [new file with mode: 0644]
contrib/nvi2/ex/ex_source.c [new file with mode: 0644]
contrib/nvi2/ex/ex_stop.c [new file with mode: 0644]
contrib/nvi2/ex/ex_subst.c [new file with mode: 0644]
contrib/nvi2/ex/ex_tag.c [new file with mode: 0644]
contrib/nvi2/ex/ex_txt.c [new file with mode: 0644]
contrib/nvi2/ex/ex_undo.c [new file with mode: 0644]
contrib/nvi2/ex/ex_usage.c [new file with mode: 0644]
contrib/nvi2/ex/ex_util.c [new file with mode: 0644]
contrib/nvi2/ex/ex_version.c [new file with mode: 0644]
contrib/nvi2/ex/ex_visual.c [new file with mode: 0644]
contrib/nvi2/ex/ex_write.c [new file with mode: 0644]
contrib/nvi2/ex/ex_yank.c [new file with mode: 0644]
contrib/nvi2/ex/ex_z.c [new file with mode: 0644]
contrib/nvi2/ex/script.h [new file with mode: 0644]
contrib/nvi2/ex/tag.h [new file with mode: 0644]
contrib/nvi2/regex/COPYRIGHT [new file with mode: 0644]
contrib/nvi2/regex/WHATSNEW [new file with mode: 0644]
contrib/nvi2/regex/cclass.h [new file with mode: 0644]
contrib/nvi2/regex/cname.h [new file with mode: 0644]
contrib/nvi2/regex/engine.c [new file with mode: 0644]
contrib/nvi2/regex/re_format.7 [new file with mode: 0644]
contrib/nvi2/regex/regcomp.c [new file with mode: 0644]
contrib/nvi2/regex/regerror.c [new file with mode: 0644]
contrib/nvi2/regex/regex.3 [new file with mode: 0644]
contrib/nvi2/regex/regex.h [new file with mode: 0644]
contrib/nvi2/regex/regex2.h [new file with mode: 0644]
contrib/nvi2/regex/regexec.c [new file with mode: 0644]
contrib/nvi2/regex/regfree.c [new file with mode: 0644]
contrib/nvi2/regex/utils.h [new file with mode: 0644]
contrib/nvi2/vi/getc.c [new file with mode: 0644]
contrib/nvi2/vi/v_at.c [new file with mode: 0644]
contrib/nvi2/vi/v_ch.c [new file with mode: 0644]
contrib/nvi2/vi/v_cmd.c [new file with mode: 0644]
contrib/nvi2/vi/v_delete.c [new file with mode: 0644]
contrib/nvi2/vi/v_ex.c [new file with mode: 0644]
contrib/nvi2/vi/v_increment.c [new file with mode: 0644]
contrib/nvi2/vi/v_init.c [new file with mode: 0644]
contrib/nvi2/vi/v_itxt.c [new file with mode: 0644]
contrib/nvi2/vi/v_left.c [new file with mode: 0644]
contrib/nvi2/vi/v_mark.c [new file with mode: 0644]
contrib/nvi2/vi/v_match.c [new file with mode: 0644]
contrib/nvi2/vi/v_paragraph.c [new file with mode: 0644]
contrib/nvi2/vi/v_put.c [new file with mode: 0644]
contrib/nvi2/vi/v_redraw.c [new file with mode: 0644]
contrib/nvi2/vi/v_replace.c [new file with mode: 0644]
contrib/nvi2/vi/v_right.c [new file with mode: 0644]
contrib/nvi2/vi/v_screen.c [new file with mode: 0644]
contrib/nvi2/vi/v_scroll.c [new file with mode: 0644]
contrib/nvi2/vi/v_search.c [new file with mode: 0644]
contrib/nvi2/vi/v_section.c [new file with mode: 0644]
contrib/nvi2/vi/v_sentence.c [new file with mode: 0644]
contrib/nvi2/vi/v_status.c [new file with mode: 0644]
contrib/nvi2/vi/v_txt.c [new file with mode: 0644]
contrib/nvi2/vi/v_ulcase.c [new file with mode: 0644]
contrib/nvi2/vi/v_undo.c [new file with mode: 0644]
contrib/nvi2/vi/v_util.c [new file with mode: 0644]
contrib/nvi2/vi/v_word.c [new file with mode: 0644]
contrib/nvi2/vi/v_xchar.c [new file with mode: 0644]
contrib/nvi2/vi/v_yank.c [new file with mode: 0644]
contrib/nvi2/vi/v_z.c [new file with mode: 0644]
contrib/nvi2/vi/v_zexit.c [new file with mode: 0644]
contrib/nvi2/vi/vi.c [new file with mode: 0644]
contrib/nvi2/vi/vi.h [new file with mode: 0644]
contrib/nvi2/vi/vs_line.c [new file with mode: 0644]
contrib/nvi2/vi/vs_msg.c [new file with mode: 0644]
contrib/nvi2/vi/vs_refresh.c [new file with mode: 0644]
contrib/nvi2/vi/vs_relative.c [new file with mode: 0644]
contrib/nvi2/vi/vs_smap.c [new file with mode: 0644]
contrib/nvi2/vi/vs_split.c [new file with mode: 0644]