2004-06-13 20:20:40 +00:00
|
|
|
# List of distributed Vim files.
|
2018-09-02 15:27:07 +02:00
|
|
|
# Used by Makefile.
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Source files for all source archives.
|
2005-12-06 19:59:18 +00:00
|
|
|
SRC_ALL = \
|
2021-01-02 16:53:13 +01:00
|
|
|
.cirrus.yml \
|
2019-10-19 18:37:53 +02:00
|
|
|
.gitattributes \
|
2024-11-02 16:49:57 +01:00
|
|
|
.git-blame-ignore-revs \
|
2024-05-08 19:39:54 +02:00
|
|
|
.github/MAINTAINERS \
|
2021-11-16 19:20:56 +00:00
|
|
|
.github/ISSUE_TEMPLATE/bug_report.yml \
|
2021-12-16 16:14:11 +00:00
|
|
|
.github/ISSUE_TEMPLATE/feature_request.md \
|
2021-01-02 16:53:13 +01:00
|
|
|
.github/workflows/ci.yml \
|
|
|
|
.github/workflows/codeql-analysis.yml \
|
2021-08-07 12:32:20 +02:00
|
|
|
.github/workflows/coverity.yml \
|
2024-11-02 15:51:14 +01:00
|
|
|
.github/actions/test_artifacts/action.yml \
|
2022-11-18 22:14:09 +00:00
|
|
|
.github/dependabot.yml \
|
2021-01-02 16:53:13 +01:00
|
|
|
.gitignore \
|
2014-05-13 13:52:38 +02:00
|
|
|
.hgignore \
|
2021-03-13 13:30:03 +01:00
|
|
|
.appveyor.yml \
|
2024-11-19 22:53:12 +01:00
|
|
|
.clang-format \
|
2021-03-13 13:30:03 +01:00
|
|
|
.codecov.yml \
|
2024-11-11 21:33:50 +01:00
|
|
|
.editorconfig \
|
2019-02-03 13:13:18 +01:00
|
|
|
ci/appveyor.bat \
|
2021-01-02 16:53:13 +01:00
|
|
|
ci/config.mk*.sed \
|
2020-01-21 22:13:42 +01:00
|
|
|
ci/if_ver*.vim \
|
2021-01-02 16:53:13 +01:00
|
|
|
ci/setup-xvfb.sh \
|
2024-01-31 20:04:22 +01:00
|
|
|
ci/remove_snap.sh \
|
2018-07-04 23:05:34 +02:00
|
|
|
src/Make_all.mak \
|
2019-03-29 13:10:08 +01:00
|
|
|
src/README.md \
|
2021-08-06 21:51:55 +02:00
|
|
|
src/alloc.c \
|
2016-01-10 16:00:53 +01:00
|
|
|
src/alloc.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/arabic.c \
|
2019-08-17 14:38:55 +02:00
|
|
|
src/arglist.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/ascii.h \
|
2019-01-26 16:21:07 +01:00
|
|
|
src/autocmd.c \
|
2017-11-18 22:13:31 +01:00
|
|
|
src/beval.c \
|
|
|
|
src/beval.h \
|
2019-01-17 16:11:06 +01:00
|
|
|
src/blob.c \
|
2010-05-16 22:32:54 +02:00
|
|
|
src/blowfish.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/buffer.c \
|
2019-09-28 16:30:04 +02:00
|
|
|
src/bufwrite.c \
|
2019-05-11 18:36:34 +02:00
|
|
|
src/change.c \
|
2016-01-24 20:41:51 +01:00
|
|
|
src/channel.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/charset.c \
|
2019-10-09 22:53:08 +02:00
|
|
|
src/cindent.c \
|
2020-04-05 20:21:03 +02:00
|
|
|
src/clientserver.c \
|
2020-03-24 21:42:01 +01:00
|
|
|
src/clipboard.c \
|
2019-08-18 21:44:12 +02:00
|
|
|
src/cmdexpand.c \
|
2019-08-06 21:59:57 +02:00
|
|
|
src/cmdhist.c \
|
2014-08-10 13:46:36 +02:00
|
|
|
src/crypt.c \
|
|
|
|
src/crypt_zip.c \
|
2019-04-21 11:35:00 +02:00
|
|
|
src/debugger.c \
|
2016-07-17 14:57:05 +02:00
|
|
|
src/dict.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/diff.c \
|
|
|
|
src/digraph.c \
|
2019-09-19 23:06:20 +02:00
|
|
|
src/drawline.c \
|
|
|
|
src/drawscreen.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/edit.c \
|
2020-08-13 22:47:35 +02:00
|
|
|
src/errors.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/eval.c \
|
2019-09-07 15:45:32 +02:00
|
|
|
src/evalbuffer.c \
|
2016-07-17 22:13:49 +02:00
|
|
|
src/evalfunc.c \
|
2019-08-27 22:48:30 +02:00
|
|
|
src/evalvars.c \
|
2019-09-07 15:45:32 +02:00
|
|
|
src/evalwindow.c \
|
2017-04-20 21:55:44 +02:00
|
|
|
src/ex_cmdidxs.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/ex_cmds.c \
|
|
|
|
src/ex_cmds.h \
|
|
|
|
src/ex_cmds2.c \
|
|
|
|
src/ex_docmd.c \
|
|
|
|
src/ex_eval.c \
|
|
|
|
src/ex_getln.c \
|
|
|
|
src/feature.h \
|
|
|
|
src/fileio.c \
|
2019-09-04 15:54:55 +02:00
|
|
|
src/filepath.c \
|
2019-02-13 23:13:28 +01:00
|
|
|
src/findfile.c \
|
2021-06-02 17:07:18 +02:00
|
|
|
src/float.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/fold.c \
|
|
|
|
src/getchar.c \
|
2024-05-22 16:45:04 +02:00
|
|
|
src/gc.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/globals.h \
|
|
|
|
src/gui.c \
|
|
|
|
src/gui.h \
|
|
|
|
src/gui_beval.c \
|
2005-07-24 21:16:51 +00:00
|
|
|
src/hardcopy.c \
|
2006-03-24 22:46:53 +00:00
|
|
|
src/hashtab.c \
|
2020-07-21 21:07:20 +02:00
|
|
|
src/help.c \
|
2019-07-14 21:29:22 +02:00
|
|
|
src/highlight.c \
|
2019-01-31 13:48:09 +01:00
|
|
|
src/indent.c \
|
2019-03-30 13:53:47 +01:00
|
|
|
src/insexpand.c \
|
2020-09-05 15:48:51 +02:00
|
|
|
src/job.c \
|
2016-01-23 19:46:28 +01:00
|
|
|
src/json.c \
|
2016-02-02 20:52:42 +01:00
|
|
|
src/json_test.c \
|
2022-11-30 18:12:19 +00:00
|
|
|
src/keymap.h \
|
2017-01-28 18:42:56 +01:00
|
|
|
src/kword_test.c \
|
2016-07-17 15:46:27 +02:00
|
|
|
src/list.c \
|
2020-07-22 19:11:19 +02:00
|
|
|
src/locale.c \
|
2022-11-30 18:12:19 +00:00
|
|
|
src/logfile.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/macros.h \
|
|
|
|
src/main.c \
|
2019-08-01 14:28:24 +02:00
|
|
|
src/map.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/mark.c \
|
2020-06-28 13:17:26 +02:00
|
|
|
src/match.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/mbyte.c \
|
|
|
|
src/memfile.c \
|
2011-03-22 18:10:45 +01:00
|
|
|
src/memfile_test.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/memline.c \
|
|
|
|
src/menu.c \
|
|
|
|
src/message.c \
|
2016-07-17 14:57:05 +02:00
|
|
|
src/message_test.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/misc1.c \
|
|
|
|
src/misc2.c \
|
2019-09-21 20:48:04 +02:00
|
|
|
src/mouse.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/move.c \
|
|
|
|
src/mysign \
|
|
|
|
src/nbdebug.c \
|
|
|
|
src/nbdebug.h \
|
|
|
|
src/netbeans.c \
|
|
|
|
src/normal.c \
|
2022-01-29 13:06:40 +00:00
|
|
|
src/nv_cmdidxs.h \
|
2022-01-31 12:27:18 +00:00
|
|
|
src/nv_cmds.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/ops.c \
|
|
|
|
src/option.c \
|
|
|
|
src/option.h \
|
2019-09-12 22:26:43 +02:00
|
|
|
src/optiondefs.h \
|
2019-09-16 21:06:21 +02:00
|
|
|
src/optionstr.c \
|
2019-09-27 13:08:36 +02:00
|
|
|
src/popupmenu.c \
|
2019-05-25 19:51:39 +02:00
|
|
|
src/popupwin.c \
|
2019-07-13 22:59:32 +02:00
|
|
|
src/profiler.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/quickfix.c \
|
|
|
|
src/regexp.c \
|
2019-09-07 23:16:33 +02:00
|
|
|
src/regexp_bt.c \
|
2013-05-19 19:40:29 +02:00
|
|
|
src/regexp_nfa.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/regexp.h \
|
2019-09-25 22:37:17 +02:00
|
|
|
src/register.c \
|
2019-08-25 15:41:00 +02:00
|
|
|
src/scriptfile.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/screen.c \
|
|
|
|
src/search.c \
|
2019-07-28 14:15:42 +02:00
|
|
|
src/session.c \
|
2010-05-16 22:32:54 +02:00
|
|
|
src/sha256.c \
|
2019-01-01 13:20:31 +01:00
|
|
|
src/sign.c \
|
2019-06-09 13:43:51 +02:00
|
|
|
src/sound.c \
|
2005-03-21 08:27:48 +00:00
|
|
|
src/spell.c \
|
2016-07-19 16:39:08 +02:00
|
|
|
src/spell.h \
|
|
|
|
src/spellfile.c \
|
2019-09-27 12:41:56 +02:00
|
|
|
src/spellsuggest.c \
|
2021-07-10 21:29:18 +02:00
|
|
|
src/strings.c \
|
2019-01-01 13:20:31 +01:00
|
|
|
src/structs.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/syntax.c \
|
|
|
|
src/tag.c \
|
|
|
|
src/term.c \
|
2017-07-07 11:54:15 +02:00
|
|
|
src/terminal.c \
|
2021-11-22 12:06:06 +00:00
|
|
|
src/termdefs.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/termlib.c \
|
2019-07-14 14:55:39 +02:00
|
|
|
src/testing.c \
|
2020-05-01 14:26:37 +02:00
|
|
|
src/textformat.c \
|
2020-04-29 21:04:15 +02:00
|
|
|
src/textobject.c \
|
2018-12-13 22:20:09 +01:00
|
|
|
src/textprop.c \
|
2020-02-14 13:22:17 +01:00
|
|
|
src/time.c \
|
2020-05-30 17:06:14 +02:00
|
|
|
src/typval.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/ui.c \
|
|
|
|
src/undo.c \
|
2019-04-27 13:04:13 +02:00
|
|
|
src/usercmd.c \
|
2016-07-17 18:29:19 +02:00
|
|
|
src/userfunc.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/version.c \
|
|
|
|
src/version.h \
|
|
|
|
src/vim.h \
|
2020-01-26 22:05:06 +01:00
|
|
|
src/vim9.h \
|
2022-12-04 20:13:24 +00:00
|
|
|
src/vim9class.c \
|
2021-12-20 15:53:13 +00:00
|
|
|
src/vim9cmds.c \
|
2020-01-26 22:05:06 +01:00
|
|
|
src/vim9compile.c \
|
|
|
|
src/vim9execute.c \
|
2021-12-20 15:53:13 +00:00
|
|
|
src/vim9expr.c \
|
|
|
|
src/vim9instr.c \
|
2020-01-26 22:05:06 +01:00
|
|
|
src/vim9script.c \
|
2020-08-09 15:25:14 +02:00
|
|
|
src/vim9type.c \
|
2019-07-21 19:25:37 +02:00
|
|
|
src/viminfo.c \
|
2013-02-26 17:59:43 +01:00
|
|
|
src/winclip.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/window.c \
|
|
|
|
src/xxd/xxd.c \
|
2017-03-07 21:31:27 +01:00
|
|
|
src/testdir/gen_opt_test.vim \
|
2014-08-29 15:12:54 +02:00
|
|
|
src/testdir/README.txt \
|
2015-12-29 19:03:21 +01:00
|
|
|
src/testdir/Make_all.mak \
|
2020-08-13 18:59:55 +02:00
|
|
|
src/testdir/*.in \
|
2016-02-03 21:56:42 +01:00
|
|
|
src/testdir/*.py \
|
2022-11-15 22:59:07 +00:00
|
|
|
src/testdir/keycode_check.vim \
|
|
|
|
src/testdir/keycode_check.json \
|
2017-08-11 17:56:21 +02:00
|
|
|
src/testdir/lsan-suppress.txt \
|
2014-01-23 14:26:24 +01:00
|
|
|
src/testdir/sautest/autoload/*.vim \
|
2020-05-31 14:08:12 +02:00
|
|
|
src/testdir/testluaplugin/lua/testluaplugin/*.lua \
|
2019-06-15 17:58:09 +02:00
|
|
|
src/testdir/check.vim \
|
2024-08-19 21:33:26 +02:00
|
|
|
src/testdir/commondumps.vim \
|
2020-03-27 20:58:37 +01:00
|
|
|
src/testdir/gui_init.vim \
|
|
|
|
src/testdir/gui_preinit.vim \
|
|
|
|
src/testdir/mouse.vim \
|
|
|
|
src/testdir/runtest.vim \
|
2018-02-27 17:07:43 +01:00
|
|
|
src/testdir/screendump.vim \
|
2016-07-15 17:11:37 +02:00
|
|
|
src/testdir/setup.vim \
|
2017-02-23 19:32:47 +01:00
|
|
|
src/testdir/setup_gui.vim \
|
2020-03-27 20:58:37 +01:00
|
|
|
src/testdir/shared.vim \
|
2020-04-25 20:02:55 +02:00
|
|
|
src/testdir/vim9.vim \
|
2020-08-07 20:47:39 +02:00
|
|
|
src/testdir/script_util.vim \
|
2020-03-27 20:58:37 +01:00
|
|
|
src/testdir/summarize.vim \
|
|
|
|
src/testdir/term_util.vim \
|
|
|
|
src/testdir/view_util.vim \
|
2024-08-19 21:33:26 +02:00
|
|
|
src/testdir/viewdumps.vim \
|
2020-08-13 18:59:55 +02:00
|
|
|
src/testdir/test[0-9]*.ok \
|
2020-08-11 20:42:19 +02:00
|
|
|
src/testdir/test77a.ok \
|
2014-04-05 21:59:39 +02:00
|
|
|
src/testdir/test77a.com \
|
2014-04-29 14:03:02 +02:00
|
|
|
src/testdir/test_*.vim \
|
2013-06-11 18:48:21 +02:00
|
|
|
src/testdir/python2/*.py \
|
|
|
|
src/testdir/python3/*.py \
|
|
|
|
src/testdir/pythonx/*.py \
|
2013-06-24 22:23:55 +02:00
|
|
|
src/testdir/pythonx/topmodule/__init__.py \
|
|
|
|
src/testdir/pythonx/topmodule/submodule/__init__.py \
|
|
|
|
src/testdir/pythonx/topmodule/submodule/subsubmodule/__init__.py \
|
|
|
|
src/testdir/pythonx/topmodule/submodule/subsubmodule/subsubsubmodule.py \
|
2013-06-12 14:20:36 +02:00
|
|
|
src/testdir/python_after/*.py \
|
|
|
|
src/testdir/python_before/*.py \
|
2017-01-28 16:06:38 +01:00
|
|
|
src/testdir/pyxfile/*.py \
|
2018-02-27 14:54:53 +01:00
|
|
|
src/testdir/dumps/*.dump \
|
2022-09-26 19:50:44 +01:00
|
|
|
src/testdir/dumps/*.vim \
|
2024-07-13 19:02:10 +02:00
|
|
|
src/testdir/samples/*.html \
|
2014-11-05 17:04:18 +01:00
|
|
|
src/testdir/samples/*.txt \
|
2023-12-01 12:07:42 -05:00
|
|
|
src/testdir/samples/*.vim \
|
2017-11-14 20:23:15 +01:00
|
|
|
src/testdir/samples/test000 \
|
2024-08-05 20:24:11 +02:00
|
|
|
src/testdir/samples/test.zip \
|
2024-11-28 21:59:33 +01:00
|
|
|
src/testdir/samples/test_undo.txt.undo \
|
2024-08-20 22:41:52 +02:00
|
|
|
src/testdir/samples/testa.zip \
|
2017-11-26 17:18:06 +01:00
|
|
|
src/testdir/color_ramp.vim \
|
2019-06-09 13:43:51 +02:00
|
|
|
src/testdir/silent.wav \
|
2019-06-10 21:24:12 +02:00
|
|
|
src/testdir/popupbounce.vim \
|
2023-09-05 20:55:47 +02:00
|
|
|
src/testdir/crash/* \
|
2024-06-20 23:41:59 +02:00
|
|
|
src/testdir/ru_RU/LC_MESSAGES/__PACKAGE__.mo \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto.h \
|
2018-09-18 21:41:47 +02:00
|
|
|
src/protodef.h \
|
2021-08-06 21:51:55 +02:00
|
|
|
src/proto/alloc.pro \
|
2016-07-02 20:27:50 +02:00
|
|
|
src/proto/arabic.pro \
|
2019-08-17 14:38:55 +02:00
|
|
|
src/proto/arglist.pro \
|
2019-01-26 16:21:07 +01:00
|
|
|
src/proto/autocmd.pro \
|
2017-11-21 13:52:14 +01:00
|
|
|
src/proto/beval.pro \
|
2019-01-17 16:11:06 +01:00
|
|
|
src/proto/blob.pro \
|
2010-05-16 22:32:54 +02:00
|
|
|
src/proto/blowfish.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/buffer.pro \
|
2019-09-28 16:30:04 +02:00
|
|
|
src/proto/bufwrite.pro \
|
2019-05-11 18:36:34 +02:00
|
|
|
src/proto/change.pro \
|
2016-01-24 20:41:51 +01:00
|
|
|
src/proto/channel.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/charset.pro \
|
2019-10-09 22:53:08 +02:00
|
|
|
src/proto/cindent.pro \
|
2020-04-05 20:21:03 +02:00
|
|
|
src/proto/clientserver.pro \
|
2020-03-24 21:42:01 +01:00
|
|
|
src/proto/clipboard.pro \
|
2019-08-18 21:44:12 +02:00
|
|
|
src/proto/cmdexpand.pro \
|
2019-08-17 20:10:42 +02:00
|
|
|
src/proto/cmdhist.pro \
|
2014-08-10 13:46:36 +02:00
|
|
|
src/proto/crypt.pro \
|
|
|
|
src/proto/crypt_zip.pro \
|
2019-04-21 11:35:00 +02:00
|
|
|
src/proto/debugger.pro \
|
2016-07-17 14:57:05 +02:00
|
|
|
src/proto/dict.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/diff.pro \
|
|
|
|
src/proto/digraph.pro \
|
2019-09-19 23:06:20 +02:00
|
|
|
src/proto/drawline.pro \
|
|
|
|
src/proto/drawscreen.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/edit.pro \
|
|
|
|
src/proto/eval.pro \
|
2019-09-07 15:45:32 +02:00
|
|
|
src/proto/evalbuffer.pro \
|
2016-07-17 22:13:49 +02:00
|
|
|
src/proto/evalfunc.pro \
|
2019-08-27 22:48:30 +02:00
|
|
|
src/proto/evalvars.pro \
|
2019-09-07 15:45:32 +02:00
|
|
|
src/proto/evalwindow.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/ex_cmds.pro \
|
|
|
|
src/proto/ex_cmds2.pro \
|
|
|
|
src/proto/ex_docmd.pro \
|
|
|
|
src/proto/ex_eval.pro \
|
|
|
|
src/proto/ex_getln.pro \
|
|
|
|
src/proto/fileio.pro \
|
2019-09-04 15:54:55 +02:00
|
|
|
src/proto/filepath.pro \
|
2019-02-13 23:13:28 +01:00
|
|
|
src/proto/findfile.pro \
|
2021-06-02 17:07:18 +02:00
|
|
|
src/proto/float.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/fold.pro \
|
|
|
|
src/proto/getchar.pro \
|
2024-05-22 16:45:04 +02:00
|
|
|
src/proto/gc.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/gui.pro \
|
|
|
|
src/proto/gui_beval.pro \
|
2005-07-24 21:16:51 +00:00
|
|
|
src/proto/hardcopy.pro \
|
2006-03-24 22:46:53 +00:00
|
|
|
src/proto/hashtab.pro \
|
2020-07-21 21:07:20 +02:00
|
|
|
src/proto/help.pro \
|
2019-07-14 21:29:22 +02:00
|
|
|
src/proto/highlight.pro \
|
2019-01-31 13:48:09 +01:00
|
|
|
src/proto/indent.pro \
|
2019-03-30 13:53:47 +01:00
|
|
|
src/proto/insexpand.pro \
|
2020-09-05 15:48:51 +02:00
|
|
|
src/proto/job.pro \
|
2016-01-23 19:46:28 +01:00
|
|
|
src/proto/json.pro \
|
2016-07-17 15:46:27 +02:00
|
|
|
src/proto/list.pro \
|
2020-07-22 19:11:19 +02:00
|
|
|
src/proto/locale.pro \
|
2022-12-02 13:20:19 +00:00
|
|
|
src/proto/logfile.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/main.pro \
|
2019-08-01 14:28:24 +02:00
|
|
|
src/proto/map.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/mark.pro \
|
2020-06-28 13:17:26 +02:00
|
|
|
src/proto/match.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/mbyte.pro \
|
|
|
|
src/proto/memfile.pro \
|
|
|
|
src/proto/memline.pro \
|
|
|
|
src/proto/menu.pro \
|
|
|
|
src/proto/message.pro \
|
|
|
|
src/proto/misc1.pro \
|
|
|
|
src/proto/misc2.pro \
|
2019-09-21 20:48:04 +02:00
|
|
|
src/proto/mouse.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/move.pro \
|
|
|
|
src/proto/netbeans.pro \
|
|
|
|
src/proto/normal.pro \
|
|
|
|
src/proto/ops.pro \
|
|
|
|
src/proto/option.pro \
|
2019-09-16 21:06:21 +02:00
|
|
|
src/proto/optionstr.pro \
|
2019-09-27 13:08:36 +02:00
|
|
|
src/proto/popupmenu.pro \
|
2019-05-25 19:51:39 +02:00
|
|
|
src/proto/popupwin.pro \
|
2019-07-13 23:06:26 +02:00
|
|
|
src/proto/profiler.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/quickfix.pro \
|
|
|
|
src/proto/regexp.pro \
|
2019-09-25 22:37:17 +02:00
|
|
|
src/proto/register.pro \
|
2019-08-25 15:41:00 +02:00
|
|
|
src/proto/scriptfile.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/screen.pro \
|
|
|
|
src/proto/search.pro \
|
2019-07-28 14:15:42 +02:00
|
|
|
src/proto/session.pro \
|
2010-05-16 22:32:54 +02:00
|
|
|
src/proto/sha256.pro \
|
2019-01-01 13:20:31 +01:00
|
|
|
src/proto/sign.pro \
|
2019-06-09 13:43:51 +02:00
|
|
|
src/proto/sound.pro \
|
2005-03-21 08:27:48 +00:00
|
|
|
src/proto/spell.pro \
|
2016-07-19 16:39:08 +02:00
|
|
|
src/proto/spellfile.pro \
|
2019-09-27 12:41:56 +02:00
|
|
|
src/proto/spellsuggest.pro \
|
2021-07-10 21:29:18 +02:00
|
|
|
src/proto/strings.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/syntax.pro \
|
|
|
|
src/proto/tag.pro \
|
|
|
|
src/proto/term.pro \
|
2017-07-07 11:54:15 +02:00
|
|
|
src/proto/terminal.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/termlib.pro \
|
2019-07-14 14:55:39 +02:00
|
|
|
src/proto/testing.pro \
|
2020-05-01 14:26:37 +02:00
|
|
|
src/proto/textformat.pro \
|
2020-04-29 21:04:15 +02:00
|
|
|
src/proto/textobject.pro \
|
2018-12-13 22:20:09 +01:00
|
|
|
src/proto/textprop.pro \
|
2020-02-14 13:22:17 +01:00
|
|
|
src/proto/time.pro \
|
2020-05-30 17:06:14 +02:00
|
|
|
src/proto/typval.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/ui.pro \
|
|
|
|
src/proto/undo.pro \
|
2019-04-27 13:04:13 +02:00
|
|
|
src/proto/usercmd.pro \
|
2016-07-17 18:29:19 +02:00
|
|
|
src/proto/userfunc.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/version.pro \
|
2022-12-04 20:13:24 +00:00
|
|
|
src/proto/vim9class.pro \
|
2021-12-20 15:53:13 +00:00
|
|
|
src/proto/vim9cmds.pro \
|
2020-01-26 22:05:06 +01:00
|
|
|
src/proto/vim9compile.pro \
|
|
|
|
src/proto/vim9execute.pro \
|
2021-12-20 15:53:13 +00:00
|
|
|
src/proto/vim9expr.pro \
|
|
|
|
src/proto/vim9instr.pro \
|
2020-01-26 22:05:06 +01:00
|
|
|
src/proto/vim9script.pro \
|
2020-08-09 15:25:14 +02:00
|
|
|
src/proto/vim9type.pro \
|
2019-07-21 19:25:37 +02:00
|
|
|
src/proto/viminfo.pro \
|
2013-02-26 17:59:43 +01:00
|
|
|
src/proto/winclip.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/window.pro \
|
2017-07-07 11:54:15 +02:00
|
|
|
src/libvterm/.bzrignore \
|
|
|
|
src/libvterm/.gitignore \
|
|
|
|
src/libvterm/LICENSE \
|
|
|
|
src/libvterm/Makefile \
|
|
|
|
src/libvterm/README \
|
2020-05-17 23:00:52 +02:00
|
|
|
src/libvterm/CONTRIBUTING \
|
2017-07-07 11:54:15 +02:00
|
|
|
src/libvterm/tbl2inc_c.pl \
|
|
|
|
src/libvterm/vterm.pc.in \
|
|
|
|
src/libvterm/doc/URLs \
|
|
|
|
src/libvterm/doc/seqs.txt \
|
2020-05-17 14:59:47 +02:00
|
|
|
src/libvterm/find-wide-chars.pl \
|
2017-07-07 11:54:15 +02:00
|
|
|
src/libvterm/include/vterm.h \
|
|
|
|
src/libvterm/include/vterm_keycodes.h \
|
|
|
|
src/libvterm/src/encoding.c \
|
|
|
|
src/libvterm/src/encoding/DECdrawing.inc \
|
|
|
|
src/libvterm/src/encoding/DECdrawing.tbl \
|
|
|
|
src/libvterm/src/encoding/uk.inc \
|
|
|
|
src/libvterm/src/encoding/uk.tbl \
|
2020-05-17 14:59:47 +02:00
|
|
|
src/libvterm/src/fullwidth.inc \
|
2017-07-07 11:54:15 +02:00
|
|
|
src/libvterm/src/keyboard.c \
|
2019-10-16 17:15:18 +02:00
|
|
|
src/libvterm/src/mouse.c \
|
2017-07-07 11:54:15 +02:00
|
|
|
src/libvterm/src/parser.c \
|
|
|
|
src/libvterm/src/pen.c \
|
|
|
|
src/libvterm/src/rect.h \
|
2019-10-16 17:15:18 +02:00
|
|
|
src/libvterm/src/screen.c \
|
2017-07-07 11:54:15 +02:00
|
|
|
src/libvterm/src/state.c \
|
|
|
|
src/libvterm/src/unicode.c \
|
|
|
|
src/libvterm/src/utf8.h \
|
|
|
|
src/libvterm/src/vterm.c \
|
|
|
|
src/libvterm/src/vterm_internal.h \
|
|
|
|
src/libvterm/t/02parser.test \
|
|
|
|
src/libvterm/t/03encoding_utf8.test \
|
|
|
|
src/libvterm/t/10state_putglyph.test \
|
|
|
|
src/libvterm/t/11state_movecursor.test \
|
|
|
|
src/libvterm/t/12state_scroll.test \
|
|
|
|
src/libvterm/t/13state_edit.test \
|
|
|
|
src/libvterm/t/14state_encoding.test \
|
|
|
|
src/libvterm/t/15state_mode.test \
|
|
|
|
src/libvterm/t/16state_resize.test \
|
|
|
|
src/libvterm/t/17state_mouse.test \
|
|
|
|
src/libvterm/t/18state_termprops.test \
|
|
|
|
src/libvterm/t/20state_wrapping.test \
|
|
|
|
src/libvterm/t/21state_tabstops.test \
|
|
|
|
src/libvterm/t/22state_save.test \
|
|
|
|
src/libvterm/t/25state_input.test \
|
|
|
|
src/libvterm/t/26state_query.test \
|
|
|
|
src/libvterm/t/27state_reset.test \
|
|
|
|
src/libvterm/t/28state_dbl_wh.test \
|
|
|
|
src/libvterm/t/29state_fallback.test \
|
2020-05-17 16:29:47 +02:00
|
|
|
src/libvterm/t/30state_pen.test \
|
|
|
|
src/libvterm/t/31state_rep.test \
|
2020-05-30 17:06:14 +02:00
|
|
|
src/libvterm/t/32state_flow.test \
|
2021-11-24 19:30:55 +00:00
|
|
|
src/libvterm/t/40state_selection.test \
|
2020-05-17 16:29:47 +02:00
|
|
|
src/libvterm/t/60screen_ascii.test \
|
|
|
|
src/libvterm/t/61screen_unicode.test \
|
|
|
|
src/libvterm/t/62screen_damage.test \
|
|
|
|
src/libvterm/t/63screen_resize.test \
|
|
|
|
src/libvterm/t/64screen_pen.test \
|
|
|
|
src/libvterm/t/65screen_protect.test \
|
|
|
|
src/libvterm/t/66screen_extent.test \
|
|
|
|
src/libvterm/t/67screen_dbl_wh.test \
|
|
|
|
src/libvterm/t/68screen_termprops.test \
|
2022-11-18 22:14:09 +00:00
|
|
|
src/libvterm/t/69screen_reflow.test \
|
2017-07-07 11:54:15 +02:00
|
|
|
src/libvterm/t/90vttest_01-movement-1.test \
|
|
|
|
src/libvterm/t/90vttest_01-movement-2.test \
|
|
|
|
src/libvterm/t/90vttest_01-movement-3.test \
|
|
|
|
src/libvterm/t/90vttest_01-movement-4.test \
|
|
|
|
src/libvterm/t/90vttest_02-screen-1.test \
|
|
|
|
src/libvterm/t/90vttest_02-screen-2.test \
|
|
|
|
src/libvterm/t/90vttest_02-screen-3.test \
|
|
|
|
src/libvterm/t/90vttest_02-screen-4.test \
|
|
|
|
src/libvterm/t/92lp1640917.test \
|
|
|
|
src/libvterm/t/harness.c \
|
|
|
|
src/libvterm/t/run-test.pl \
|
2018-09-10 21:15:40 +02:00
|
|
|
src/xdiff/COPYING \
|
|
|
|
src/xdiff/README.txt \
|
2018-09-10 17:51:58 +02:00
|
|
|
src/xdiff/xdiff.h \
|
|
|
|
src/xdiff/xdiffi.c \
|
|
|
|
src/xdiff/xdiffi.h \
|
|
|
|
src/xdiff/xemit.c \
|
|
|
|
src/xdiff/xemit.h \
|
|
|
|
src/xdiff/xhistogram.c \
|
|
|
|
src/xdiff/xinclude.h \
|
|
|
|
src/xdiff/xmacros.h \
|
|
|
|
src/xdiff/xpatience.c \
|
|
|
|
src/xdiff/xprepare.c \
|
|
|
|
src/xdiff/xprepare.h \
|
|
|
|
src/xdiff/xtypes.h \
|
|
|
|
src/xdiff/xutils.c \
|
|
|
|
src/xdiff/xutils.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Source files for Unix-like only.
|
2004-06-13 20:20:40 +00:00
|
|
|
SRC_UNIX = \
|
|
|
|
Makefile \
|
|
|
|
Filelist \
|
|
|
|
README_src.txt \
|
|
|
|
configure \
|
|
|
|
pixmaps/*.xpm \
|
2015-12-29 19:03:21 +01:00
|
|
|
pixmaps/*.png \
|
2004-06-13 20:20:40 +00:00
|
|
|
pixmaps/gen-inline-pixbufs.sh \
|
|
|
|
pixmaps/stock_icons.h \
|
|
|
|
src/INSTALL \
|
2008-06-25 20:13:35 +00:00
|
|
|
src/INSTALLx.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/Makefile \
|
|
|
|
src/auto/configure \
|
|
|
|
src/config.h.in \
|
|
|
|
src/config.mk.dist \
|
|
|
|
src/config.mk.in \
|
|
|
|
src/configure \
|
2016-11-12 21:13:42 +01:00
|
|
|
src/configure.ac \
|
2017-04-20 21:55:44 +02:00
|
|
|
src/create_cmdidxs.vim \
|
2022-01-31 12:27:18 +00:00
|
|
|
src/create_nvcmdidxs.c \
|
2022-01-29 13:06:40 +00:00
|
|
|
src/create_nvcmdidxs.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/gui_gtk.c \
|
|
|
|
src/gui_gtk_f.c \
|
|
|
|
src/gui_gtk_f.h \
|
|
|
|
src/gui_gtk_x11.c \
|
2016-01-01 17:20:27 +01:00
|
|
|
src/gui_gtk_res.xml \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/gui_motif.c \
|
2004-12-31 20:58:58 +00:00
|
|
|
src/gui_xmdlg.c \
|
2005-01-02 11:36:03 +00:00
|
|
|
src/gui_xmebw.c \
|
|
|
|
src/gui_xmebw.h \
|
|
|
|
src/gui_xmebwp.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/gui_x11.c \
|
2005-01-02 11:36:03 +00:00
|
|
|
src/gui_x11_pm.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/if_xcmdsrv.c \
|
|
|
|
src/link.sh \
|
2004-12-24 14:35:23 +00:00
|
|
|
src/installman.sh \
|
|
|
|
src/installml.sh \
|
2017-04-20 20:20:23 +02:00
|
|
|
src/install-sh \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/os_unix.c \
|
|
|
|
src/os_unix.h \
|
|
|
|
src/os_unixx.h \
|
|
|
|
src/osdef.sh \
|
|
|
|
src/osdef1.h.in \
|
|
|
|
src/osdef2.h.in \
|
|
|
|
src/pathdef.sh \
|
|
|
|
src/proto/gui_gtk.pro \
|
|
|
|
src/proto/gui_gtk_x11.pro \
|
2015-12-29 19:03:21 +01:00
|
|
|
src/proto/gui_gtk_gresources.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/gui_motif.pro \
|
2004-12-31 20:58:58 +00:00
|
|
|
src/proto/gui_xmdlg.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/gui_x11.pro \
|
|
|
|
src/proto/if_xcmdsrv.pro \
|
|
|
|
src/proto/os_unix.pro \
|
|
|
|
src/proto/pty.pro \
|
|
|
|
src/pty.c \
|
|
|
|
src/testdir/Makefile \
|
|
|
|
src/testdir/unix.vim \
|
|
|
|
src/toolcheck \
|
|
|
|
src/vim_icon.xbm \
|
|
|
|
src/vim_mask.xbm \
|
|
|
|
src/vimtutor \
|
2008-05-10 19:39:08 +00:00
|
|
|
src/gvimtutor \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/which.sh \
|
|
|
|
src/xxd/Makefile \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Source files for both MS Windows and Unix-like.
|
2004-06-13 20:20:40 +00:00
|
|
|
SRC_DOS_UNIX = \
|
2021-05-02 19:15:05 +02:00
|
|
|
src/gui_xim.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/if_cscope.c \
|
2010-07-14 23:23:17 +02:00
|
|
|
src/if_lua.c \
|
2004-07-05 15:58:32 +00:00
|
|
|
src/if_mzsch.c \
|
|
|
|
src/if_mzsch.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/if_perl.xs \
|
|
|
|
src/if_perlsfio.c \
|
|
|
|
src/if_python.c \
|
2010-07-17 21:19:38 +02:00
|
|
|
src/if_python3.c \
|
2010-07-24 23:51:45 +02:00
|
|
|
src/if_py_both.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/if_ruby.c \
|
|
|
|
src/if_tcl.c \
|
2021-05-02 19:15:05 +02:00
|
|
|
src/proto/gui_xim.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/if_cscope.pro \
|
2010-07-14 23:23:17 +02:00
|
|
|
src/proto/if_lua.pro \
|
2004-07-05 15:58:32 +00:00
|
|
|
src/proto/if_mzsch.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/if_perl.pro \
|
|
|
|
src/proto/if_perlsfio.pro \
|
|
|
|
src/proto/if_python.pro \
|
2010-07-17 21:19:38 +02:00
|
|
|
src/proto/if_python3.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/proto/if_ruby.pro \
|
|
|
|
src/proto/if_tcl.pro \
|
|
|
|
src/typemap \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Source files for MS Windows (also in the extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
SRC_DOS = \
|
2004-06-24 15:53:16 +00:00
|
|
|
src/GvimExt/*.mak \
|
|
|
|
src/GvimExt/GvimExt.reg \
|
|
|
|
src/GvimExt/Makefile \
|
|
|
|
src/GvimExt/README.txt \
|
|
|
|
src/GvimExt/gvimext.cpp \
|
|
|
|
src/GvimExt/gvimext.def \
|
|
|
|
src/GvimExt/gvimext.h \
|
|
|
|
src/GvimExt/gvimext.inf \
|
|
|
|
src/GvimExt/gvimext.rc \
|
|
|
|
src/GvimExt/gvimext_ming.def \
|
|
|
|
src/GvimExt/gvimext_ming.rc \
|
|
|
|
src/GvimExt/resource.h \
|
|
|
|
src/GvimExt/uninst.bat \
|
2004-06-13 20:20:40 +00:00
|
|
|
README_srcdos.txt \
|
|
|
|
src/INSTALLpc.txt \
|
|
|
|
src/Make_cyg.mak \
|
2014-11-05 13:53:32 +01:00
|
|
|
src/Make_cyg_ming.mak \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/Make_ming.mak \
|
|
|
|
src/Make_mvc.mak \
|
2016-08-28 20:14:38 +02:00
|
|
|
tools/rename.bat \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/bigvim.bat \
|
2012-10-03 21:33:41 +02:00
|
|
|
src/bigvim64.bat \
|
2022-09-21 11:56:41 +01:00
|
|
|
src/msvc-latest.bat \
|
2017-10-08 17:58:44 +02:00
|
|
|
src/msvc2015.bat \
|
2022-09-21 11:56:41 +01:00
|
|
|
src/msvc2017.bat \
|
|
|
|
src/msvc2019.bat \
|
|
|
|
src/msvc2022.bat \
|
2018-06-30 16:27:02 +02:00
|
|
|
src/msys32.bat \
|
|
|
|
src/msys64.bat \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/dlldata.c \
|
|
|
|
src/dosinst.c \
|
|
|
|
src/dosinst.h \
|
2014-08-10 13:46:36 +02:00
|
|
|
src/gui_dwrite.cpp \
|
|
|
|
src/gui_dwrite.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/gui_w32.c \
|
|
|
|
src/gui_w32_rc.h \
|
|
|
|
src/if_ole.cpp \
|
|
|
|
src/if_ole.h \
|
|
|
|
src/if_ole.idl \
|
2016-06-26 20:37:46 +02:00
|
|
|
src/iscygpty.c \
|
|
|
|
src/iscygpty.h \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/iid_ole.c \
|
|
|
|
src/os_dos.h \
|
2019-04-28 19:46:49 +02:00
|
|
|
src/os_w32dll.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/os_w32exe.c \
|
|
|
|
src/os_win32.c \
|
|
|
|
src/os_mswin.c \
|
|
|
|
src/os_win32.h \
|
|
|
|
src/proto/gui_w32.pro \
|
|
|
|
src/proto/if_ole.pro \
|
|
|
|
src/proto/os_win32.pro \
|
|
|
|
src/proto/os_mswin.pro \
|
|
|
|
src/testdir/Make_dos.mak \
|
2022-09-09 10:52:47 +01:00
|
|
|
src/testdir/Make_mvc.mak \
|
2008-09-20 14:27:03 +00:00
|
|
|
src/testdir/Make_ming.mak \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/testdir/dos.vim \
|
2019-09-27 13:08:36 +02:00
|
|
|
src/uninstall.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/vim.rc \
|
2021-05-24 18:48:27 +02:00
|
|
|
src/vim.manifest \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/vimrun.c \
|
|
|
|
src/xpm_w32.c \
|
|
|
|
src/xpm_w32.h \
|
2022-09-09 10:52:47 +01:00
|
|
|
src/tee/Make_ming.mak \
|
2016-08-28 18:47:14 +02:00
|
|
|
src/tee/Make_mvc.mak \
|
2022-09-09 10:52:47 +01:00
|
|
|
src/tee/Makefile \
|
|
|
|
src/tee/tee.c \
|
2011-09-30 16:56:02 +02:00
|
|
|
src/xxd/Make_ming.mak \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/xxd/Make_mvc.mak \
|
|
|
|
nsis/gvim.nsi \
|
2016-01-02 18:08:01 +01:00
|
|
|
nsis/gvim_version.nsh \
|
2004-06-13 20:20:40 +00:00
|
|
|
nsis/README.txt \
|
2018-12-21 16:22:50 +01:00
|
|
|
nsis/lang/*.nsi \
|
2024-03-28 09:19:44 +00:00
|
|
|
nsis/lang/README.txt \
|
2019-09-27 13:08:36 +02:00
|
|
|
uninstall.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Source files for MS Windows without CR/LF translation (also in the extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
SRC_DOS_BIN = \
|
|
|
|
src/tearoff.bmp \
|
|
|
|
src/tools.bmp \
|
|
|
|
src/vim*.ico \
|
|
|
|
src/vim.tlb \
|
2012-08-29 14:18:33 +02:00
|
|
|
src/xpm/COPYRIGHT \
|
|
|
|
src/xpm/README.txt \
|
2019-04-04 20:32:24 +02:00
|
|
|
src/xpm/arm64/lib-vc14/libXpm.lib \
|
2012-08-29 14:18:33 +02:00
|
|
|
src/xpm/include/*.h \
|
2019-04-04 20:32:24 +02:00
|
|
|
src/xpm/x64/lib-vc14/libXpm.lib \
|
2012-10-03 21:33:41 +02:00
|
|
|
src/xpm/x64/lib/libXpm.a \
|
2019-04-04 20:32:24 +02:00
|
|
|
src/xpm/x86/lib-vc14/libXpm.lib \
|
2012-08-29 14:18:33 +02:00
|
|
|
src/xpm/x86/lib/libXpm.a \
|
2022-07-02 17:58:23 +01:00
|
|
|
runtime/bitmaps/vim.ico \
|
2019-01-10 21:51:48 +01:00
|
|
|
nsis/icons.zip \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Source files for Amiga, DOS, etc. (also in the extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
SRC_AMI_DOS = \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Source files for Amiga (also in the extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
SRC_AMI = \
|
|
|
|
README_amisrc.txt \
|
|
|
|
README_amisrc.txt.info \
|
|
|
|
src.info \
|
|
|
|
src/INSTALLami.txt \
|
2020-09-09 20:41:40 +02:00
|
|
|
src/Make_ami.mak \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/os_amiga.c \
|
|
|
|
src/os_amiga.h \
|
|
|
|
src/proto/os_amiga.pro \
|
|
|
|
src/testdir/Make_amiga.mak \
|
|
|
|
src/testdir/amiga.vim \
|
|
|
|
src/xxd/Make_amiga.mak \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Source files for Haiku (also in the extra archive).
|
2020-02-26 16:16:53 +01:00
|
|
|
SRC_HAIKU = \
|
2020-04-23 15:41:49 +02:00
|
|
|
README_haiku.txt \
|
2020-02-26 16:16:53 +01:00
|
|
|
src/os_haiku.h \
|
2020-04-30 19:54:38 +02:00
|
|
|
src/os_haiku.rdef.in \
|
2020-02-26 16:16:53 +01:00
|
|
|
src/gui_haiku.cc \
|
|
|
|
src/gui_haiku.h \
|
|
|
|
src/proto/gui_haiku.pro \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Source files for the Mac (also in the extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
SRC_MAC = \
|
|
|
|
src/INSTALLmac.txt \
|
2004-07-18 21:34:53 +00:00
|
|
|
src/os_mac.h \
|
|
|
|
src/os_mac_conv.c \
|
2010-07-14 13:58:07 +02:00
|
|
|
src/os_macosx.m \
|
2005-08-30 21:55:26 +00:00
|
|
|
src/proto/os_mac_conv.pro \
|
2022-11-18 22:14:09 +00:00
|
|
|
src/proto/os_macosx.pro \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Source files for VMS (in the extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
SRC_VMS = \
|
|
|
|
src/INSTALLvms.txt \
|
|
|
|
src/Make_vms.mms \
|
|
|
|
src/gui_gtk_vms.h \
|
|
|
|
src/os_vms.c \
|
|
|
|
src/os_vms_conf.h \
|
|
|
|
src/os_vms_mms.c \
|
|
|
|
src/proto/os_vms.pro \
|
|
|
|
src/testdir/Make_vms.mms \
|
|
|
|
src/testdir/vms.vim \
|
|
|
|
src/xxd/Make_vms.mms \
|
|
|
|
vimtutor.com \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Source files for QNX (in the extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
SRC_QNX = \
|
|
|
|
src/os_qnx.c \
|
|
|
|
src/os_qnx.h \
|
|
|
|
src/gui_photon.c \
|
|
|
|
src/proto/gui_photon.pro \
|
|
|
|
src/proto/os_qnx.pro \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Source files for the extra archive (all sources that are not for Unix).
|
2004-06-13 20:20:40 +00:00
|
|
|
SRC_EXTRA = \
|
|
|
|
$(SRC_AMI) \
|
|
|
|
$(SRC_AMI_DOS) \
|
|
|
|
$(SRC_DOS) \
|
|
|
|
$(SRC_DOS_BIN) \
|
2020-02-26 16:16:53 +01:00
|
|
|
$(SRC_HAIKU) \
|
2004-06-13 20:20:40 +00:00
|
|
|
$(SRC_MAC) \
|
|
|
|
$(SRC_QNX) \
|
|
|
|
$(SRC_VMS) \
|
|
|
|
README_os390.txt \
|
|
|
|
src/link.390 \
|
|
|
|
src/os_vms_fix.com \
|
|
|
|
src/toolbar.phi \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Runtime files for all distributions.
|
2004-06-13 20:20:40 +00:00
|
|
|
RT_ALL = \
|
|
|
|
README.txt \
|
2015-07-10 19:22:03 +02:00
|
|
|
README.md \
|
2020-02-26 13:43:51 +01:00
|
|
|
README_VIM9.md \
|
2020-01-08 21:43:02 +01:00
|
|
|
LICENSE \
|
2015-09-01 17:50:48 +02:00
|
|
|
CONTRIBUTING.md \
|
2024-11-19 23:13:46 +01:00
|
|
|
lang/LICENSE.itx \
|
|
|
|
lang/README.itx \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/bugreport.vim \
|
|
|
|
runtime/doc/*.awk \
|
|
|
|
runtime/doc/*.pl \
|
|
|
|
runtime/doc/*.txt \
|
|
|
|
runtime/doc/Makefile \
|
2023-11-21 19:42:56 +01:00
|
|
|
runtime/doc/Make_all.mak \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/doc/doctags.c \
|
2019-11-01 19:46:22 +01:00
|
|
|
runtime/doc/doctags.vim \
|
2017-11-28 14:19:07 +01:00
|
|
|
runtime/doc/test_urls.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/doc/vim.1 \
|
|
|
|
runtime/doc/evim.1 \
|
|
|
|
runtime/doc/vimdiff.1 \
|
|
|
|
runtime/doc/vimtutor.1 \
|
|
|
|
runtime/doc/xxd.1 \
|
|
|
|
runtime/ftoff.vim \
|
|
|
|
runtime/gvimrc_example.vim \
|
2022-05-06 16:32:46 +01:00
|
|
|
runtime/import/dist/vimhelp.vim \
|
2023-04-22 22:54:40 +01:00
|
|
|
runtime/import/dist/vimhighlight.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/macros/README.txt \
|
2005-12-11 21:33:32 +00:00
|
|
|
runtime/macros/editexisting.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/macros/hanoi/click.me \
|
|
|
|
runtime/macros/hanoi/hanoi.vim \
|
|
|
|
runtime/macros/hanoi/poster \
|
|
|
|
runtime/macros/justify.vim \
|
2012-07-16 17:28:11 +02:00
|
|
|
runtime/macros/less.bat \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/macros/less.sh \
|
|
|
|
runtime/macros/less.vim \
|
|
|
|
runtime/macros/life/click.me \
|
|
|
|
runtime/macros/life/life.vim \
|
2016-03-25 18:35:01 +01:00
|
|
|
runtime/macros/matchit.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/macros/maze/README.txt \
|
|
|
|
runtime/macros/maze/[mM]akefile \
|
|
|
|
runtime/macros/maze/maze.c \
|
|
|
|
runtime/macros/maze/maze_5.78 \
|
|
|
|
runtime/macros/maze/maze_mac \
|
|
|
|
runtime/macros/maze/mazeansi.c \
|
|
|
|
runtime/macros/maze/mazeclean.c \
|
|
|
|
runtime/macros/maze/poster \
|
|
|
|
runtime/macros/shellmenu.vim \
|
|
|
|
runtime/macros/swapmous.vim \
|
|
|
|
runtime/macros/urm/README.txt \
|
|
|
|
runtime/macros/urm/examples \
|
|
|
|
runtime/macros/urm/urm \
|
|
|
|
runtime/macros/urm/urm.vim \
|
2016-07-28 22:24:15 +02:00
|
|
|
runtime/defaults.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/evim.vim \
|
2016-07-28 22:24:15 +02:00
|
|
|
runtime/mswin.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/optwin.vim \
|
|
|
|
runtime/ftplugin.vim \
|
|
|
|
runtime/ftplugof.vim \
|
|
|
|
runtime/indent.vim \
|
|
|
|
runtime/indoff.vim \
|
|
|
|
runtime/termcap \
|
|
|
|
runtime/tools/README.txt \
|
|
|
|
runtime/tools/[a-z]*[a-z0-9] \
|
|
|
|
runtime/tutor/README.txt \
|
2024-12-02 20:19:52 +01:00
|
|
|
runtime/tutor/tutor1 \
|
2024-11-03 10:49:23 +01:00
|
|
|
runtime/tutor/en/vim-01-beginner.tutor \
|
|
|
|
runtime/tutor/en/vim-01-beginner.tutor.json \
|
2024-12-16 20:11:04 +01:00
|
|
|
runtime/tutor/it/vim-01-beginner.tutor \
|
|
|
|
runtime/tutor/it/vim-01-beginner.tutor.json \
|
2024-11-03 10:49:23 +01:00
|
|
|
runtime/tutor/tutor.tutor \
|
|
|
|
runtime/tutor/tutor.tutor.json \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/tutor/tutor.vim \
|
2024-11-03 21:21:23 +01:00
|
|
|
runtime/tutor/tutor2 \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/vimrc_example.vim \
|
2018-09-02 15:27:07 +02:00
|
|
|
runtime/pack/dist/opt/cfilter/plugin/cfilter.vim \
|
2024-04-26 19:53:13 +02:00
|
|
|
runtime/pack/dist/opt/comment/plugin/comment.vim \
|
|
|
|
runtime/pack/dist/opt/comment/doc/comment.txt \
|
|
|
|
runtime/pack/dist/opt/comment/doc/tags \
|
|
|
|
runtime/pack/dist/opt/comment/autoload/comment.vim \
|
2016-03-28 20:53:08 +02:00
|
|
|
runtime/pack/dist/opt/dvorak/plugin/dvorak.vim \
|
|
|
|
runtime/pack/dist/opt/dvorak/dvorak/enable.vim \
|
|
|
|
runtime/pack/dist/opt/dvorak/dvorak/disable.vim \
|
2016-03-28 21:04:37 +02:00
|
|
|
runtime/pack/dist/opt/editexisting/plugin/editexisting.vim \
|
2023-11-30 11:46:55 -05:00
|
|
|
runtime/pack/dist/opt/editorconfig/.editorconfig \
|
|
|
|
runtime/pack/dist/opt/editorconfig/CONTRIBUTORS \
|
|
|
|
runtime/pack/dist/opt/editorconfig/LICENSE* \
|
|
|
|
runtime/pack/dist/opt/editorconfig/mkzip.sh \
|
|
|
|
runtime/pack/dist/opt/editorconfig/README.md \
|
|
|
|
runtime/pack/dist/opt/editorconfig/autoload/*.vim \
|
|
|
|
runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core/*.vim \
|
|
|
|
runtime/pack/dist/opt/editorconfig/doc/tags \
|
|
|
|
runtime/pack/dist/opt/editorconfig/doc/editorconfig.txt \
|
|
|
|
runtime/pack/dist/opt/editorconfig/ftdetect/editorconfig.vim \
|
|
|
|
runtime/pack/dist/opt/editorconfig/plugin/editorconfig.vim \
|
2024-11-02 18:20:30 +01:00
|
|
|
runtime/pack/dist/opt/helptoc/autoload/helptoc.vim \
|
|
|
|
runtime/pack/dist/opt/helptoc/plugin/helptoc.vim \
|
2016-03-28 20:53:08 +02:00
|
|
|
runtime/pack/dist/opt/justify/plugin/justify.vim \
|
2016-03-25 17:02:51 +01:00
|
|
|
runtime/pack/dist/opt/matchit/plugin/matchit.vim \
|
|
|
|
runtime/pack/dist/opt/matchit/doc/matchit.txt \
|
|
|
|
runtime/pack/dist/opt/matchit/doc/tags \
|
2019-02-03 23:45:30 +01:00
|
|
|
runtime/pack/dist/opt/matchit/autoload/*.vim \
|
2024-06-18 19:32:39 +02:00
|
|
|
runtime/pack/dist/opt/nohlsearch/plugin/nohlsearch.vim \
|
2016-03-28 21:26:47 +02:00
|
|
|
runtime/pack/dist/opt/shellmenu/plugin/shellmenu.vim \
|
2016-03-28 21:10:49 +02:00
|
|
|
runtime/pack/dist/opt/swapmouse/plugin/swapmouse.vim \
|
2017-09-08 21:10:04 +02:00
|
|
|
runtime/pack/dist/opt/termdebug/plugin/termdebug.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Runtime files for all distributions without CR/LF translation.
|
2004-06-13 20:20:40 +00:00
|
|
|
RT_ALL_BIN = \
|
|
|
|
runtime/doc/tags \
|
|
|
|
runtime/print/*.ps \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Runtime script files.
|
2004-06-13 20:20:40 +00:00
|
|
|
RT_SCRIPTS = \
|
|
|
|
runtime/filetype.vim \
|
|
|
|
runtime/scripts.vim \
|
|
|
|
runtime/menu.vim \
|
2006-03-09 22:32:39 +00:00
|
|
|
runtime/macmap.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/delmenu.vim \
|
|
|
|
runtime/synmenu.vim \
|
|
|
|
runtime/makemenu.vim \
|
2005-07-27 21:13:01 +00:00
|
|
|
runtime/autoload/*.vim \
|
|
|
|
runtime/autoload/README.txt \
|
2023-11-30 11:46:55 -05:00
|
|
|
runtime/autoload/cargo/*.vim \
|
2017-11-11 15:37:45 +01:00
|
|
|
runtime/autoload/dist/*.vim \
|
2023-11-30 11:46:55 -05:00
|
|
|
runtime/autoload/rust/*.vim \
|
2006-04-12 21:52:12 +00:00
|
|
|
runtime/autoload/xml/*.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/colors/*.vim \
|
|
|
|
runtime/colors/README.txt \
|
2021-10-24 20:35:07 +01:00
|
|
|
runtime/colors/lists/*.vim \
|
2017-12-17 16:11:09 +01:00
|
|
|
runtime/colors/tools/*.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/compiler/*.vim \
|
|
|
|
runtime/compiler/README.txt \
|
|
|
|
runtime/indent/*.vim \
|
|
|
|
runtime/indent/README.txt \
|
2018-10-25 16:53:19 +02:00
|
|
|
runtime/indent/Makefile \
|
|
|
|
runtime/indent/testdir/README.txt \
|
|
|
|
runtime/indent/testdir/*.vim \
|
|
|
|
runtime/indent/testdir/*.in \
|
|
|
|
runtime/indent/testdir/*.ok \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/ftplugin/*.vim \
|
2008-07-13 17:41:49 +00:00
|
|
|
runtime/ftplugin/logtalk.dict \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/ftplugin/README.txt \
|
|
|
|
runtime/plugin/*.vim \
|
|
|
|
runtime/plugin/README.txt \
|
|
|
|
runtime/syntax/*.vim \
|
|
|
|
runtime/syntax/README.txt \
|
2024-01-05 17:59:04 +01:00
|
|
|
runtime/syntax/modula2/opt/*.vim \
|
2022-08-15 18:51:32 +01:00
|
|
|
runtime/syntax/shared/*.vim \
|
|
|
|
runtime/syntax/shared/README.txt \
|
2023-06-11 19:04:18 +01:00
|
|
|
runtime/syntax/Makefile \
|
|
|
|
runtime/syntax/testdir/README.txt \
|
|
|
|
runtime/syntax/testdir/runtest.vim \
|
2024-08-12 18:37:15 +02:00
|
|
|
runtime/syntax/testdir/viewdumps.vim \
|
2024-02-28 21:53:26 +01:00
|
|
|
runtime/syntax/testdir/ftplugin/*.* \
|
2023-06-11 19:04:18 +01:00
|
|
|
runtime/syntax/testdir/input/*.* \
|
2024-05-24 19:14:16 +03:00
|
|
|
runtime/syntax/testdir/input/selftestdir/* \
|
2024-03-15 23:22:02 +03:00
|
|
|
runtime/syntax/testdir/input/setup/*.* \
|
2023-06-11 19:04:18 +01:00
|
|
|
runtime/syntax/testdir/dumps/*.dump \
|
runtime(syntax-tests): Filter out non-Latin-1 characters for syntax tests (#14767)
Syntax tests are run with the LC_ALL=C environment variable
passed to "make". Occasionally, there are CI failures for
such test files containing non-Latin-1 characters with error
messages pointing to multi-byte characters:
https://github.com/vim/vim/actions/runs/8824925004/job/24228298023#step:10:16370 ,
https://github.com/vim/vim/actions/runs/8840856619/job/24276935260#step:10:16347 ,
https://github.com/vim/vim/actions/runs/8854043458/job/24316210645#step:10:16362 ,
https://github.com/vim/vim/actions/runs/8856501136/job/24322848765#step:10:16354 ,
https://github.com/vim/vim/actions/runs/9038417238/job/24839482152#step:11:16980 .
But since the very same unchanged tests pass at other times:
https://github.com/vim/vim/actions/runs/8827593571/job/24235935458#step:10:16353 ,
https://github.com/vim/vim/actions/runs/9065214647/job/24905321661#step:11:17002 ;
these failures are unrelated to the nature of syntax tests
and should be considered false positives.
As a temporary workaround, all bytes of known non-Latin-1
characters can be replaced in memory with an arbitrary ASCII
byte (?) by applying a filter
> " To ignore part of the dump, provide a "dumps/{filename}.vim" file with
> " Vim commands to be applied to both the reference and the current dump, so
> " that parts that are irrelevant are not used for the comparison. The result
> " is NOT written, thus "term_dumpdiff()" shows the difference anyway.
before lines are compared between files.
Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-05-13 22:06:05 +03:00
|
|
|
runtime/syntax/testdir/dumps/*.vim \
|
2024-02-13 21:09:22 +01:00
|
|
|
runtime/syntax/generator/Makefile \
|
|
|
|
runtime/syntax/generator/README.md \
|
|
|
|
runtime/syntax/generator/gen_syntax_vim.vim \
|
|
|
|
runtime/syntax/generator/update_date.vim \
|
|
|
|
runtime/syntax/generator/vim.vim.base \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Unix-like runtime.
|
2004-06-13 20:20:40 +00:00
|
|
|
RT_UNIX = \
|
|
|
|
README_unix.txt \
|
2004-06-30 16:16:41 +00:00
|
|
|
runtime/hi16-action-make.png \
|
|
|
|
runtime/hi22-action-make.png \
|
2015-11-02 12:50:55 +01:00
|
|
|
runtime/gvim.desktop \
|
|
|
|
runtime/vim.desktop \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Unix-like and MS Windows runtime without CR/LF translation.
|
2004-06-13 20:20:40 +00:00
|
|
|
RT_UNIX_DOS_BIN = \
|
|
|
|
runtime/vim16x16.gif \
|
2020-03-25 20:17:00 +01:00
|
|
|
runtime/vim16x16.png \
|
|
|
|
runtime/vim16x16.xpm \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/vim32x32.gif \
|
2020-03-25 20:17:00 +01:00
|
|
|
runtime/vim32x32.png \
|
|
|
|
runtime/vim32x32.xpm \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/vim48x48.gif \
|
2020-03-25 20:17:00 +01:00
|
|
|
runtime/vim48x48.png \
|
|
|
|
runtime/vim48x48.xpm \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Runtime not for Unix-like or extra.
|
2004-06-13 20:20:40 +00:00
|
|
|
RT_NO_UNIX = \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Runtime for Amiga (also in the extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
RT_AMI_DOS = \
|
2018-07-05 22:58:17 +02:00
|
|
|
runtime/doc/evim.man \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/doc/vim.man \
|
|
|
|
runtime/doc/vimdiff.man \
|
|
|
|
runtime/doc/vimtutor.man \
|
|
|
|
runtime/doc/xxd.man \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# MS Windows runtime (also in the extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
RT_DOS = \
|
|
|
|
README_dos.txt \
|
2023-11-21 19:42:56 +01:00
|
|
|
runtime/doc/Make_mvc.mak \
|
2024-03-16 15:08:53 +01:00
|
|
|
runtime/indent/Make_mvc.mak \
|
2023-11-26 14:01:56 +00:00
|
|
|
runtime/tutor/Make_mvc.mak \
|
2023-12-29 01:11:48 +03:00
|
|
|
runtime/lang/Make_mvc.mak \
|
2004-06-13 20:20:40 +00:00
|
|
|
vimtutor.bat \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# MS Windows runtime without CR/LF translation (also in the extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
RT_DOS_BIN = \
|
|
|
|
runtime/vimlogo.cdr \
|
|
|
|
runtime/vimlogo.eps \
|
|
|
|
runtime/vimlogo.gif \
|
|
|
|
runtime/vimlogo.pdf \
|
2024-01-31 20:11:38 +01:00
|
|
|
runtime/vimlogo.svg \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
|
|
# Amiga runtime (also in the extra archive)
|
|
|
|
RT_AMI = \
|
|
|
|
README.txt.info \
|
|
|
|
README_ami.txt \
|
|
|
|
README_ami.txt.info \
|
|
|
|
runtime/doc.info \
|
|
|
|
runtime/doc/*.info \
|
2007-05-06 16:46:03 +00:00
|
|
|
runtime/icons/README.txt \
|
|
|
|
runtime/icons/*.info \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/icons.info \
|
|
|
|
runtime/macros.info \
|
|
|
|
runtime/macros/*.info \
|
|
|
|
runtime/macros/hanoi/*.info \
|
|
|
|
runtime/macros/life/*.info \
|
|
|
|
runtime/macros/maze/*.info \
|
|
|
|
runtime/macros/urm/*.info \
|
|
|
|
runtime/tools.info \
|
|
|
|
runtime/tutor.info \
|
|
|
|
runtime/tutor/*.info \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Runtime files in extra archive.
|
2004-06-13 20:20:40 +00:00
|
|
|
RT_EXTRA = \
|
|
|
|
$(RT_AMI) \
|
|
|
|
$(RT_AMI_DOS) \
|
|
|
|
$(RT_DOS) \
|
|
|
|
$(RT_DOS_BIN) \
|
|
|
|
README_mac.txt \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Included in all Amiga archives.
|
2004-06-13 20:20:40 +00:00
|
|
|
ROOT_AMI = \
|
|
|
|
Contents \
|
|
|
|
Contents.info \
|
|
|
|
runtime.info \
|
|
|
|
vimdir.info \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Root files for the extra archive.
|
2004-06-13 20:20:40 +00:00
|
|
|
ROOT_EXTRA = \
|
|
|
|
$(ROOT_AMI) \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Files for Amiga small binary (also in extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
BIN_AMI = \
|
|
|
|
README_amibin.txt \
|
|
|
|
README_amibin.txt.info \
|
|
|
|
Vim.info \
|
|
|
|
Xxd.info \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Files for MS Windows binary (also in extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
BIN_DOS = \
|
|
|
|
README_bindos.txt \
|
2019-09-27 13:08:36 +02:00
|
|
|
uninstall.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Files for Win32 OLE binary (also in extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
BIN_OLE = \
|
|
|
|
README_ole.txt \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Files for Win32s binary (also in extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
BIN_W32S = \
|
|
|
|
README_w32s.txt \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Files for VMS binary (also in extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
BIN_VMS = \
|
|
|
|
README_vms.txt \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Files for OS/2 binary (also in extra archive).
|
2004-06-13 20:20:40 +00:00
|
|
|
BIN_OS2 = \
|
|
|
|
README_os2.txt \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Binary files for extra archive.
|
2004-06-13 20:20:40 +00:00
|
|
|
BIN_EXTRA = \
|
|
|
|
$(BIN_AMI) \
|
|
|
|
$(BIN_DOS) \
|
|
|
|
$(BIN_OLE) \
|
|
|
|
$(BIN_W32S) \
|
|
|
|
$(BIN_VMS) \
|
|
|
|
$(BIN_OS2) \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# All files for extra archive.
|
2004-06-13 20:20:40 +00:00
|
|
|
EXTRA = \
|
|
|
|
$(BIN_EXTRA) \
|
|
|
|
$(ROOT_EXTRA) \
|
|
|
|
$(RT_EXTRA) \
|
|
|
|
$(SRC_EXTRA) \
|
|
|
|
README_extra.txt \
|
|
|
|
runtime/vimlogo.xpm \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Files in READMEdir that are included from the top dir.
|
2016-03-19 16:09:42 +01:00
|
|
|
IN_README_DIR = \
|
|
|
|
README.txt.info \
|
|
|
|
README_ami.txt \
|
|
|
|
README_ami.txt.info \
|
|
|
|
README_amibin.txt \
|
|
|
|
README_amibin.txt.info \
|
|
|
|
README_amisrc.txt \
|
|
|
|
README_amisrc.txt.info \
|
|
|
|
README_bindos.txt \
|
|
|
|
README_dos.txt \
|
|
|
|
README_extra.txt \
|
2023-11-30 11:46:55 -05:00
|
|
|
README_haiku.txt \
|
2016-03-19 16:09:42 +01:00
|
|
|
README_mac.txt \
|
|
|
|
README_ole.txt \
|
|
|
|
README_os2.txt \
|
|
|
|
README_os390.txt \
|
|
|
|
README_src.txt \
|
|
|
|
README_srcdos.txt \
|
|
|
|
README_unix.txt \
|
2024-01-31 20:51:48 +01:00
|
|
|
README_vimlogo.txt \
|
2016-03-19 16:09:42 +01:00
|
|
|
README_vms.txt \
|
|
|
|
README_w32s.txt \
|
2016-03-19 20:29:39 +01:00
|
|
|
Contents \
|
2016-03-19 16:24:14 +01:00
|
|
|
Contents.info \
|
|
|
|
Vim.info \
|
|
|
|
Xxd.info \
|
|
|
|
runtime.info \
|
|
|
|
src.info \
|
|
|
|
vimdir.info \
|
2016-03-19 16:09:42 +01:00
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Generic language files.
|
2004-06-13 20:20:40 +00:00
|
|
|
LANG_GEN = \
|
2024-03-28 09:27:17 +00:00
|
|
|
README.??x.txt \
|
2018-07-07 17:21:55 +02:00
|
|
|
runtime/doc/*-da.1 \
|
|
|
|
runtime/doc/*-da.UTF-8.1 \
|
2012-07-16 17:28:11 +02:00
|
|
|
runtime/doc/*-de.1 \
|
|
|
|
runtime/doc/*-de.UTF-8.1 \
|
2005-04-15 21:13:42 +00:00
|
|
|
runtime/doc/*-fr.1 \
|
|
|
|
runtime/doc/*-fr.UTF-8.1 \
|
2004-12-24 14:35:23 +00:00
|
|
|
runtime/doc/*-it.1 \
|
2005-03-20 22:37:15 +00:00
|
|
|
runtime/doc/*-it.UTF-8.1 \
|
2013-07-13 15:33:20 +02:00
|
|
|
runtime/doc/*-ja.UTF-8.1 \
|
2006-03-26 21:06:50 +00:00
|
|
|
runtime/doc/*-pl.1 \
|
|
|
|
runtime/doc/*-pl.UTF-8.1 \
|
2005-03-20 22:37:15 +00:00
|
|
|
runtime/doc/*-ru.1 \
|
|
|
|
runtime/doc/*-ru.UTF-8.1 \
|
2020-05-31 14:25:22 +02:00
|
|
|
runtime/doc/*-tr.1 \
|
|
|
|
runtime/doc/*-tr.UTF-8.1 \
|
2024-03-28 09:27:17 +00:00
|
|
|
runtime/doc/uganda.??x \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/lang/README.txt \
|
2022-03-05 14:35:12 +00:00
|
|
|
runtime/lang/Makefile \
|
2023-11-23 20:58:32 +01:00
|
|
|
runtime/lang/Make_all.mak \
|
2004-06-13 20:20:40 +00:00
|
|
|
runtime/lang/menu_*.vim \
|
|
|
|
runtime/keymap/README.txt \
|
|
|
|
runtime/keymap/*.vim \
|
|
|
|
runtime/tutor/README.*.txt \
|
|
|
|
runtime/tutor/Makefile \
|
2023-11-26 14:01:56 +00:00
|
|
|
runtime/tutor/Make_all.mak \
|
2024-12-02 20:19:52 +01:00
|
|
|
runtime/tutor/tutor1.utf-8 \
|
|
|
|
runtime/tutor/tutor1.?? \
|
|
|
|
runtime/tutor/tutor1.??.utf-8 \
|
|
|
|
runtime/tutor/tutor1.??.euc \
|
|
|
|
runtime/tutor/tutor1.??.sjis \
|
|
|
|
runtime/tutor/tutor1.??.iso9 \
|
|
|
|
runtime/tutor/tutor1.??.big5 \
|
|
|
|
runtime/tutor/tutor1.??.cp1250 \
|
|
|
|
runtime/tutor/tutor1.??.cp1251 \
|
|
|
|
runtime/tutor/tutor1.??.cp737 \
|
|
|
|
runtime/tutor/tutor1.??_??.utf-8 \
|
|
|
|
runtime/tutor/tutor1.bar \
|
|
|
|
runtime/tutor/tutor1.bar.utf-8 \
|
|
|
|
runtime/tutor/tutor2.utf-8 \
|
2024-12-03 22:16:41 +01:00
|
|
|
runtime/tutor/tutor2.?? \
|
|
|
|
runtime/tutor/tutor2.??.utf-8 \
|
2005-04-15 21:13:42 +00:00
|
|
|
runtime/spell/README.txt \
|
2005-07-03 21:39:27 +00:00
|
|
|
runtime/spell/??/*.diff \
|
|
|
|
runtime/spell/??/main.aap \
|
2022-06-23 20:46:27 +01:00
|
|
|
runtime/spell/sr/README_sr.txt \
|
2022-07-01 18:45:04 +01:00
|
|
|
runtime/spell/sr/convert.vim \
|
2010-01-17 14:38:06 +01:00
|
|
|
runtime/spell/tet/*.diff \
|
|
|
|
runtime/spell/tet/main.aap \
|
|
|
|
runtime/spell/check/main.aap \
|
|
|
|
runtime/spell/check/*.aff \
|
|
|
|
runtime/spell/check/*.dic \
|
2005-08-11 20:09:58 +00:00
|
|
|
runtime/spell/yi/README.txt \
|
2005-07-03 21:39:27 +00:00
|
|
|
runtime/spell/main.aap \
|
2005-08-21 22:17:52 +00:00
|
|
|
runtime/spell/*.vim \
|
2005-04-17 20:28:32 +00:00
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# Generic language files, binary.
|
2005-04-17 20:28:32 +00:00
|
|
|
LANG_GEN_BIN = \
|
2005-07-27 21:13:01 +00:00
|
|
|
runtime/spell/README_en.txt \
|
2005-04-17 20:28:32 +00:00
|
|
|
runtime/spell/en.ascii.spl \
|
2005-04-15 21:13:42 +00:00
|
|
|
runtime/spell/en.latin1.spl \
|
|
|
|
runtime/spell/en.utf-8.spl \
|
2006-01-12 23:22:24 +00:00
|
|
|
runtime/spell/en.ascii.sug \
|
|
|
|
runtime/spell/en.latin1.sug \
|
|
|
|
runtime/spell/en.utf-8.sug \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# All files for lang archive.
|
2004-06-13 20:20:40 +00:00
|
|
|
LANG_SRC = \
|
|
|
|
src/po/README.txt \
|
|
|
|
src/po/README_mingw.txt \
|
|
|
|
src/po/README_mvc.txt \
|
2005-08-04 21:29:45 +00:00
|
|
|
src/po/check.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/po/cleanup.vim \
|
2020-08-30 15:52:10 +02:00
|
|
|
src/po/tojavascript.vim \
|
|
|
|
src/po/fixfilenames.vim \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/po/Makefile \
|
2018-06-24 15:56:24 +02:00
|
|
|
src/po/Make_all.mak \
|
2005-07-04 22:49:24 +00:00
|
|
|
src/po/Make_cyg.mak \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/po/Make_ming.mak \
|
|
|
|
src/po/Make_mvc.mak \
|
2019-04-11 13:11:39 +02:00
|
|
|
src/po/vim.desktop.in \
|
|
|
|
src/po/gvim.desktop.in \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/po/sjiscorr.c \
|
2023-11-23 20:58:32 +01:00
|
|
|
src/po/big5corr.c \
|
2004-06-13 20:20:40 +00:00
|
|
|
src/po/*.po \
|
|
|
|
|
2024-03-16 15:08:53 +01:00
|
|
|
# The language files for the Win32 lang archive.
|
2004-06-13 20:20:40 +00:00
|
|
|
LANG_DOS = \
|
|
|
|
src/po/*.mo \
|
|
|
|
|
2023-12-01 12:07:42 -05:00
|
|
|
# Files in the repository that are deliberately not listed above, and will thus
|
|
|
|
# be excluded from distribution tarballs and the like.
|
|
|
|
# This excludes them from the CI check for unlisted files.
|
|
|
|
IGNORE = \
|
|
|
|
.appveyor.yml \
|
|
|
|
.github/FUNDING.yml \
|
|
|
|
.github/labeler.yml \
|
|
|
|
.github/workflows/label.yml \
|
|
|
|
SECURITY.md \
|
|
|
|
ci/unlisted.make \
|
|
|
|
src/libvterm/CODE-MAP \
|
|
|
|
runtime/syntax/testdir/input/html_html \
|
|
|
|
|
2004-06-13 20:20:40 +00:00
|
|
|
# vim: set ft=make:
|