Mercurial > vim
annotate Filelist @ 19442:0eebb086cb2c
Added tag v8.2.0278 for changeset a5ac657fcd704ca64469464bc6260b2f84abe197
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 19 Feb 2020 14:45:05 +0100 |
parents | a961efb326e5 |
children | 4a6a412e4565 |
rev | line source |
---|---|
7 | 1 # List of distributed Vim files. |
14666
70fc1a842e29
patch 8.1.0346: building with Aap is outdated and unused
Christian Brabandt <cb@256bit.org>
parents:
14288
diff
changeset
|
2 # Used by Makefile. |
7 | 3 |
4 # source files for all source archives | |
574 | 5 SRC_ALL = \ |
16574
cabfcd0f8012
patch 8.1.1290: .hgignore and .gitignore are either distributed or in git
Bram Moolenaar <Bram@vim.org>
parents:
16451
diff
changeset
|
6 .gitignore \ |
18376
ccc02b39fb5e
patch 8.1.2182: test42 seen as binary by git diff
Bram Moolenaar <Bram@vim.org>
parents:
18325
diff
changeset
|
7 .gitattributes \ |
5889 | 8 .hgignore \ |
13784
229cfca9342a
patch 8.0.1764: lgtm considers tutor.es to be EcmaScript
Christian Brabandt <cb@256bit.org>
parents:
13348
diff
changeset
|
9 .lgtm.yml \ |
7121
a497a9868255
commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
7068
diff
changeset
|
10 .travis.yml \ |
18736
97d534e17874
patch 8.1.2358: tests fail on Cirrus CI for FreeBSD
Bram Moolenaar <Bram@vim.org>
parents:
18671
diff
changeset
|
11 .cirrus.yml \ |
7121
a497a9868255
commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
7068
diff
changeset
|
12 appveyor.yml \ |
15723
bec05be6858a
patch 8.1.0869: Travis CI script is too complicated
Bram Moolenaar <Bram@vim.org>
parents:
15699
diff
changeset
|
13 ci/appveyor.bat \ |
19161
27ff44268da5
patch 8.2.0140: CI does not test building doc tags
Bram Moolenaar <Bram@vim.org>
parents:
19089
diff
changeset
|
14 ci/if_ver*.vim \ |
14272
5403d789674f
patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
14222
diff
changeset
|
15 src/Make_all.mak \ |
16129
52ae47071830
patch 8.1.1069: source README file doesn't look nice on github
Bram Moolenaar <Bram@vim.org>
parents:
16066
diff
changeset
|
16 src/README.md \ |
19197
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
17 src/README_VIM9.md \ |
7558
9a4c9dccd603
commit https://github.com/vim/vim/commit/b86a343280b08d6701da68ee0651e960a0a7a61c
Christian Brabandt <cb@256bit.org>
parents:
7478
diff
changeset
|
18 src/alloc.h \ |
7 | 19 src/arabic.c \ |
17744
4a3dca734d36
patch 8.1.1869: code for the argument list is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17652
diff
changeset
|
20 src/arglist.c \ |
7 | 21 src/ascii.h \ |
15634
746b95fd25ad
patch 8.1.0825: code for autocommands is mixed with file I/O code
Bram Moolenaar <Bram@vim.org>
parents:
15513
diff
changeset
|
22 src/autocmd.c \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
12843
diff
changeset
|
23 src/beval.c \ |
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
12843
diff
changeset
|
24 src/beval.h \ |
15513
06dd244b461b
patch 8.1.0764: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
15410
diff
changeset
|
25 src/blob.c \ |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
26 src/blowfish.c \ |
7 | 27 src/buffer.c \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18187
diff
changeset
|
28 src/bufwrite.c \ |
16632
30de89c1d090
patch 8.1.1318: code for text changes is in a "misc" file
Bram Moolenaar <Bram@vim.org>
parents:
16606
diff
changeset
|
29 src/change.c \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
30 src/channel.c \ |
7 | 31 src/charset.c \ |
18265
fe5afdc03bd2
patch 8.1.2127: the indent.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
18199
diff
changeset
|
32 src/cindent.c \ |
17779
87a8760babec
patch 8.1.1886: command line expansion code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17759
diff
changeset
|
33 src/cmdexpand.c \ |
17652
9efb4dda9720
patch 8.1.1823: command line history code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17576
diff
changeset
|
34 src/cmdhist.c \ |
6124 | 35 src/crypt.c \ |
36 src/crypt_zip.c \ | |
16381
1dcbaa780b8e
patch 8.1.1195: Vim script debugger functionality needs cleanup
Bram Moolenaar <Bram@vim.org>
parents:
16285
diff
changeset
|
37 src/debugger.c \ |
9556
afaff1d283d3
commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4
Christian Brabandt <cb@256bit.org>
parents:
9519
diff
changeset
|
38 src/dict.c \ |
7 | 39 src/diff.c \ |
40 src/digraph.c \ | |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
41 src/drawline.c \ |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
42 src/drawscreen.c \ |
7 | 43 src/edit.c \ |
44 src/eval.c \ | |
18010
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
45 src/evalbuffer.c \ |
9571
5eaa708ab50d
commit https://github.com/vim/vim/commit/73dad1e64cb42842d8259cb1a255a6fa59822f76
Christian Brabandt <cb@256bit.org>
parents:
9562
diff
changeset
|
46 src/evalfunc.c \ |
17873
d50a5faa75bd
patch 8.1.1933: the eval.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17861
diff
changeset
|
47 src/evalvars.c \ |
18010
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
48 src/evalwindow.c \ |
11374
889da8649221
patch 8.0.0572: building the command table requires Perl
Christian Brabandt <cb@256bit.org>
parents:
11370
diff
changeset
|
49 src/ex_cmdidxs.h \ |
7 | 50 src/ex_cmds.c \ |
51 src/ex_cmds.h \ | |
52 src/ex_cmds2.c \ | |
53 src/ex_docmd.c \ | |
54 src/ex_eval.c \ | |
55 src/ex_getln.c \ | |
56 src/feature.h \ | |
57 src/fileio.c \ | |
17966
46f95606b9ec
patch 8.1.1979: code for handling file names is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17873
diff
changeset
|
58 src/filepath.c \ |
15814
99ebf78686a9
patch 8.1.0914: code related to findfile() is spread out
Bram Moolenaar <Bram@vim.org>
parents:
15731
diff
changeset
|
59 src/findfile.c \ |
7 | 60 src/fold.c \ |
61 src/getchar.c \ | |
62 src/globals.h \ | |
63 src/gui.c \ | |
64 src/gui.h \ | |
65 src/gui_beval.c \ | |
442 | 66 src/hardcopy.c \ |
800 | 67 src/hashtab.c \ |
17389
635d7f5010b8
patch 8.1.1693: syntax coloring and highlighting is in one big file
Bram Moolenaar <Bram@vim.org>
parents:
17379
diff
changeset
|
68 src/highlight.c \ |
15699
2d941023bd2f
patch 8.1.0857: indent functionality is not separated
Bram Moolenaar <Bram@vim.org>
parents:
15634
diff
changeset
|
69 src/indent.c \ |
16142
570a296aa0b4
patch 8.1.1076: file for Insert mode is much too big
Bram Moolenaar <Bram@vim.org>
parents:
16129
diff
changeset
|
70 src/insexpand.c \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
71 src/json.c \ |
7897
43071dab7621
commit https://github.com/vim/vim/commit/d087566a419cc107adab77db997b184ea0e433ad
Christian Brabandt <cb@256bit.org>
parents:
7745
diff
changeset
|
72 src/json_test.c \ |
10735
91bade354a41
patch 8.0.0257: test file missing in distribution
Christian Brabandt <cb@256bit.org>
parents:
10722
diff
changeset
|
73 src/kword_test.c \ |
9560
1e68dfd7931b
commit https://github.com/vim/vim/commit/da861d631d7e22654faee2789286c685ad548911
Christian Brabandt <cb@256bit.org>
parents:
9556
diff
changeset
|
74 src/list.c \ |
7 | 75 src/keymap.h \ |
76 src/macros.h \ | |
77 src/main.c \ | |
17576
97a750e8707f
patch 8.1.1785: map functionality mixed with character input
Bram Moolenaar <Bram@vim.org>
parents:
17536
diff
changeset
|
78 src/map.c \ |
7 | 79 src/mark.c \ |
80 src/mbyte.c \ | |
81 src/memfile.c \ | |
2730 | 82 src/memfile_test.c \ |
7 | 83 src/memline.c \ |
84 src/menu.c \ | |
85 src/message.c \ | |
9556
afaff1d283d3
commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4
Christian Brabandt <cb@256bit.org>
parents:
9519
diff
changeset
|
86 src/message_test.c \ |
7 | 87 src/misc1.c \ |
88 src/misc2.c \ | |
18135
1868ec23360e
patch 8.1.2062: the mouse code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
18124
diff
changeset
|
89 src/mouse.c \ |
7 | 90 src/move.c \ |
91 src/mysign \ | |
92 src/nbdebug.c \ | |
93 src/nbdebug.h \ | |
94 src/netbeans.c \ | |
95 src/normal.c \ | |
96 src/ops.c \ | |
97 src/option.c \ | |
98 src/option.h \ | |
18054
88b5c2b4e3d2
patch 8.1.2022: the option.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18019
diff
changeset
|
99 src/optiondefs.h \ |
18100
df5778d73320
patch 8.1.2045: the option.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18054
diff
changeset
|
100 src/optionstr.c \ |
18174
1ec6539cef68
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
Bram Moolenaar <Bram@vim.org>
parents:
18172
diff
changeset
|
101 src/popupmenu.c \ |
16778
eda4d65f232c
patch 8.1.1391: no popup window support
Bram Moolenaar <Bram@vim.org>
parents:
16632
diff
changeset
|
102 src/popupwin.c \ |
17370
ba06a1c42274
patch 8.1.1684: profiling functionality is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17164
diff
changeset
|
103 src/profiler.c \ |
7 | 104 src/quickfix.c \ |
105 src/regexp.c \ | |
18019
68fd5296bf73
patch 8.1.2005: the regexp.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18010
diff
changeset
|
106 src/regexp_bt.c \ |
4444 | 107 src/regexp_nfa.c \ |
7 | 108 src/regexp.h \ |
18164
f57481564f2c
patch 8.1.2077: the ops.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18135
diff
changeset
|
109 src/register.c \ |
17861
0a5c615cd949
patch 8.1.1927: code for dealing with script files is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17779
diff
changeset
|
110 src/scriptfile.c \ |
7 | 111 src/screen.c \ |
112 src/search.c \ | |
17536
e00d12c085a5
patch 8.1.1766: code for writing session file is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17458
diff
changeset
|
113 src/session.c \ |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
114 src/sha256.c \ |
15330
a6330a49e036
patch 8.1.0673: functionality for signs is spread out over several files
Bram Moolenaar <Bram@vim.org>
parents:
15257
diff
changeset
|
115 src/sign.c \ |
17004
353ed7ef78df
patch 8.1.1502: cannot play any sound
Bram Moolenaar <Bram@vim.org>
parents:
16953
diff
changeset
|
116 src/sound.c \ |
224 | 117 src/spell.c \ |
9583
b0c7061d6439
commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
Christian Brabandt <cb@256bit.org>
parents:
9571
diff
changeset
|
118 src/spell.h \ |
b0c7061d6439
commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
Christian Brabandt <cb@256bit.org>
parents:
9571
diff
changeset
|
119 src/spellfile.c \ |
18172
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18164
diff
changeset
|
120 src/spellsuggest.c \ |
15330
a6330a49e036
patch 8.1.0673: functionality for signs is spread out over several files
Bram Moolenaar <Bram@vim.org>
parents:
15257
diff
changeset
|
121 src/structs.h \ |
7 | 122 src/syntax.c \ |
123 src/tag.c \ | |
124 src/term.c \ | |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
125 src/terminal.c \ |
7 | 126 src/term.h \ |
127 src/termlib.c \ | |
17377
cb008de2a6ec
patch 8.1.1687: the evalfunc.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17373
diff
changeset
|
128 src/testing.c \ |
15138
9df130fd5e0d
patch 8.1.0579: cannot attach properties to text
Bram Moolenaar <Bram@vim.org>
parents:
14970
diff
changeset
|
129 src/textprop.c \ |
19396
a961efb326e5
patch 8.2.0256: time and timer related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19380
diff
changeset
|
130 src/time.c \ |
7 | 131 src/ui.c \ |
132 src/undo.c \ | |
16411
5b5c5daf57de
patch 8.1.1210: support for user commands is spread out
Bram Moolenaar <Bram@vim.org>
parents:
16381
diff
changeset
|
133 src/usercmd.c \ |
9562
86af4a48c00a
commit https://github.com/vim/vim/commit/a9b579f3d7463720a316e11e77a7a9fbb9267986
Christian Brabandt <cb@256bit.org>
parents:
9560
diff
changeset
|
134 src/userfunc.c \ |
7 | 135 src/version.c \ |
136 src/version.h \ | |
137 src/vim.h \ | |
19197
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
138 src/vim9.h \ |
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
139 src/vim9compile.c \ |
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
140 src/vim9execute.c \ |
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
141 src/vim9script.c \ |
17458
cfdef48743ed
patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17389
diff
changeset
|
142 src/viminfo.c \ |
4174 | 143 src/winclip.c \ |
7 | 144 src/window.c \ |
10028
62b7fb15ff7e
commit https://github.com/vim/vim/commit/fec246d2c595164ac3b7e9fe9677053d3739b834
Christian Brabandt <cb@256bit.org>
parents:
9669
diff
changeset
|
145 src/tee/tee.c \ |
7 | 146 src/xxd/xxd.c \ |
11079
50459aeb4773
patch 8.0.0428: git and hg see new files after running tests
Christian Brabandt <cb@256bit.org>
parents:
10958
diff
changeset
|
147 src/testdir/gen_opt_test.vim \ |
6181 | 148 src/testdir/README.txt \ |
7382
58958b8c9881
commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a
Christian Brabandt <cb@256bit.org>
parents:
7279
diff
changeset
|
149 src/testdir/Make_all.mak \ |
7 | 150 src/testdir/*.in \ |
7910
e873010fb658
commit https://github.com/vim/vim/commit/bf087cead956513bcd8d40d70322875c479a1984
Christian Brabandt <cb@256bit.org>
parents:
7897
diff
changeset
|
151 src/testdir/*.py \ |
12041
e7388037a904
patch 8.0.0901: asan suppress file missing from distribution
Christian Brabandt <cb@256bit.org>
parents:
11999
diff
changeset
|
152 src/testdir/lsan-suppress.txt \ |
5619 | 153 src/testdir/sautest/autoload/*.vim \ |
7279
b5e9810b389d
commit https://github.com/vim/vim/commit/683fa185a4b4ed7595e5942901548b8239ed5cdb
Christian Brabandt <cb@256bit.org>
parents:
7189
diff
changeset
|
154 src/testdir/runtest.vim \ |
16953
95975a82df42
patch 8.1.1477: test summary fails in the tiny version
Bram Moolenaar <Bram@vim.org>
parents:
16778
diff
changeset
|
155 src/testdir/summarize.vim \ |
17089
8e9e9124c7a2
patch 8.1.1544: some balloon tests don't run when they can
Bram Moolenaar <Bram@vim.org>
parents:
17034
diff
changeset
|
156 src/testdir/check.vim \ |
9519
2faeec4787be
commit https://github.com/vim/vim/commit/a6aa78a3e3433db42b8ab644dab7cd327f6d9499
Christian Brabandt <cb@256bit.org>
parents:
9403
diff
changeset
|
157 src/testdir/shared.vim \ |
13348
f50ac93be99b
patch 8.0.1548: screen dump test script not included in distribution
Christian Brabandt <cb@256bit.org>
parents:
13342
diff
changeset
|
158 src/testdir/screendump.vim \ |
10944
4e2cdce4576c
patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
10735
diff
changeset
|
159 src/testdir/view_util.vim \ |
17164
7927cf327396
patch 8.1.1581: shared functions for testing are disorganised
Bram Moolenaar <Bram@vim.org>
parents:
17089
diff
changeset
|
160 src/testdir/term_util.vim \ |
9519
2faeec4787be
commit https://github.com/vim/vim/commit/a6aa78a3e3433db42b8ab644dab7cd327f6d9499
Christian Brabandt <cb@256bit.org>
parents:
9403
diff
changeset
|
161 src/testdir/setup.vim \ |
10944
4e2cdce4576c
patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
10735
diff
changeset
|
162 src/testdir/gui_init.vim \ |
4e2cdce4576c
patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
10735
diff
changeset
|
163 src/testdir/setup_gui.vim \ |
11119
d8a550329a97
patch 8.0.0447: getting font name does not work on X11
Christian Brabandt <cb@256bit.org>
parents:
11079
diff
changeset
|
164 src/testdir/gui_preinit.vim \ |
140 | 165 src/testdir/test[0-9]*.ok \ |
5812 | 166 src/testdir/test[0-9]*a.ok \ |
167 src/testdir/test_[a-z]*.ok \ | |
7 | 168 src/testdir/test49.vim \ |
3137 | 169 src/testdir/test83-tags? \ |
5812 | 170 src/testdir/test77a.com \ |
5850 | 171 src/testdir/test_*.vim \ |
4839
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
172 src/testdir/python2/*.py \ |
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
173 src/testdir/python3/*.py \ |
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
174 src/testdir/pythonx/*.py \ |
4993
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
175 src/testdir/pythonx/topmodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
176 src/testdir/pythonx/topmodule/submodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
177 src/testdir/pythonx/topmodule/submodule/subsubmodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
178 src/testdir/pythonx/topmodule/submodule/subsubmodule/subsubsubmodule.py \ |
4851
96e154e825a7
updated for version 7.3.1172
Bram Moolenaar <bram@vim.org>
parents:
4839
diff
changeset
|
179 src/testdir/python_after/*.py \ |
96e154e825a7
updated for version 7.3.1172
Bram Moolenaar <bram@vim.org>
parents:
4839
diff
changeset
|
180 src/testdir/python_before/*.py \ |
10722
7598ce51bf2a
patch 8.0.0251: not easy to select Python 2 or 3
Christian Brabandt <cb@256bit.org>
parents:
10375
diff
changeset
|
181 src/testdir/pyxfile/*.py \ |
6328 | 182 src/testdir/bench*.in \ |
183 src/testdir/bench*.vim \ | |
13342
ea008de206ea
patch 8.0.1545: screen dumps not included in distribution
Christian Brabandt <cb@256bit.org>
parents:
13049
diff
changeset
|
184 src/testdir/dumps/*.dump \ |
6337 | 185 src/testdir/samples/*.txt \ |
12843
28941cc872ca
patch 8.0.1298: missing test file
Christian Brabandt <cb@256bit.org>
parents:
12816
diff
changeset
|
186 src/testdir/samples/test000 \ |
12944
2d54f1e7ba0f
patch 8.0.1348: make testclean deletes script file on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
12901
diff
changeset
|
187 src/testdir/color_ramp.vim \ |
17004
353ed7ef78df
patch 8.1.1502: cannot play any sound
Bram Moolenaar <Bram@vim.org>
parents:
16953
diff
changeset
|
188 src/testdir/silent.wav \ |
17034
d4a7c690c8e6
patch 8.1.1517: when a popup changes all windows are redrawn
Bram Moolenaar <Bram@vim.org>
parents:
17004
diff
changeset
|
189 src/testdir/popupbounce.vim \ |
7 | 190 src/proto.h \ |
14782
d2aea794a681
patch 8.1.0403: header file missing from distribution
Christian Brabandt <cb@256bit.org>
parents:
14702
diff
changeset
|
191 src/protodef.h \ |
9403
9b048dced116
commit https://github.com/vim/vim/commit/75464dc434c43efac60e8bfd9bec2a8b736407e9
Christian Brabandt <cb@256bit.org>
parents:
9363
diff
changeset
|
192 src/proto/arabic.pro \ |
17744
4a3dca734d36
patch 8.1.1869: code for the argument list is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17652
diff
changeset
|
193 src/proto/arglist.pro \ |
15634
746b95fd25ad
patch 8.1.0825: code for autocommands is mixed with file I/O code
Bram Moolenaar <Bram@vim.org>
parents:
15513
diff
changeset
|
194 src/proto/autocmd.pro \ |
12901
34dc9117795a
patch 8.0.1327: new proto file missing from distribution
Christian Brabandt <cb@256bit.org>
parents:
12871
diff
changeset
|
195 src/proto/beval.pro \ |
15513
06dd244b461b
patch 8.1.0764: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
15410
diff
changeset
|
196 src/proto/blob.pro \ |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
197 src/proto/blowfish.pro \ |
7 | 198 src/proto/buffer.pro \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18187
diff
changeset
|
199 src/proto/bufwrite.pro \ |
16632
30de89c1d090
patch 8.1.1318: code for text changes is in a "misc" file
Bram Moolenaar <Bram@vim.org>
parents:
16606
diff
changeset
|
200 src/proto/change.pro \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
201 src/proto/channel.pro \ |
7 | 202 src/proto/charset.pro \ |
18265
fe5afdc03bd2
patch 8.1.2127: the indent.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
18199
diff
changeset
|
203 src/proto/cindent.pro \ |
17779
87a8760babec
patch 8.1.1886: command line expansion code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17759
diff
changeset
|
204 src/proto/cmdexpand.pro \ |
17759
805438fb38ba
patch 8.1.1876: proto file missing from distribution
Bram Moolenaar <Bram@vim.org>
parents:
17744
diff
changeset
|
205 src/proto/cmdhist.pro \ |
6124 | 206 src/proto/crypt.pro \ |
207 src/proto/crypt_zip.pro \ | |
16381
1dcbaa780b8e
patch 8.1.1195: Vim script debugger functionality needs cleanup
Bram Moolenaar <Bram@vim.org>
parents:
16285
diff
changeset
|
208 src/proto/debugger.pro \ |
9556
afaff1d283d3
commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4
Christian Brabandt <cb@256bit.org>
parents:
9519
diff
changeset
|
209 src/proto/dict.pro \ |
7 | 210 src/proto/diff.pro \ |
211 src/proto/digraph.pro \ | |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
212 src/proto/drawline.pro \ |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
213 src/proto/drawscreen.pro \ |
7 | 214 src/proto/edit.pro \ |
215 src/proto/eval.pro \ | |
18010
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
216 src/proto/evalbuffer.pro \ |
9571
5eaa708ab50d
commit https://github.com/vim/vim/commit/73dad1e64cb42842d8259cb1a255a6fa59822f76
Christian Brabandt <cb@256bit.org>
parents:
9562
diff
changeset
|
217 src/proto/evalfunc.pro \ |
17873
d50a5faa75bd
patch 8.1.1933: the eval.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17861
diff
changeset
|
218 src/proto/evalvars.pro \ |
18010
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
219 src/proto/evalwindow.pro \ |
7 | 220 src/proto/ex_cmds.pro \ |
221 src/proto/ex_cmds2.pro \ | |
222 src/proto/ex_docmd.pro \ | |
223 src/proto/ex_eval.pro \ | |
224 src/proto/ex_getln.pro \ | |
225 src/proto/fileio.pro \ | |
17966
46f95606b9ec
patch 8.1.1979: code for handling file names is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17873
diff
changeset
|
226 src/proto/filepath.pro \ |
15814
99ebf78686a9
patch 8.1.0914: code related to findfile() is spread out
Bram Moolenaar <Bram@vim.org>
parents:
15731
diff
changeset
|
227 src/proto/findfile.pro \ |
7 | 228 src/proto/fold.pro \ |
229 src/proto/getchar.pro \ | |
230 src/proto/gui.pro \ | |
231 src/proto/gui_beval.pro \ | |
442 | 232 src/proto/hardcopy.pro \ |
800 | 233 src/proto/hashtab.pro \ |
17389
635d7f5010b8
patch 8.1.1693: syntax coloring and highlighting is in one big file
Bram Moolenaar <Bram@vim.org>
parents:
17379
diff
changeset
|
234 src/proto/highlight.pro \ |
15699
2d941023bd2f
patch 8.1.0857: indent functionality is not separated
Bram Moolenaar <Bram@vim.org>
parents:
15634
diff
changeset
|
235 src/proto/indent.pro \ |
16142
570a296aa0b4
patch 8.1.1076: file for Insert mode is much too big
Bram Moolenaar <Bram@vim.org>
parents:
16129
diff
changeset
|
236 src/proto/insexpand.pro \ |
7712
bce3b5ddb393
commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34
Christian Brabandt <cb@256bit.org>
parents:
7607
diff
changeset
|
237 src/proto/json.pro \ |
9560
1e68dfd7931b
commit https://github.com/vim/vim/commit/da861d631d7e22654faee2789286c685ad548911
Christian Brabandt <cb@256bit.org>
parents:
9556
diff
changeset
|
238 src/proto/list.pro \ |
7 | 239 src/proto/main.pro \ |
17576
97a750e8707f
patch 8.1.1785: map functionality mixed with character input
Bram Moolenaar <Bram@vim.org>
parents:
17536
diff
changeset
|
240 src/proto/map.pro \ |
7 | 241 src/proto/mark.pro \ |
242 src/proto/mbyte.pro \ | |
243 src/proto/memfile.pro \ | |
244 src/proto/memline.pro \ | |
245 src/proto/menu.pro \ | |
246 src/proto/message.pro \ | |
247 src/proto/misc1.pro \ | |
248 src/proto/misc2.pro \ | |
18135
1868ec23360e
patch 8.1.2062: the mouse code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
18124
diff
changeset
|
249 src/proto/mouse.pro \ |
7 | 250 src/proto/move.pro \ |
251 src/proto/netbeans.pro \ | |
252 src/proto/normal.pro \ | |
253 src/proto/ops.pro \ | |
254 src/proto/option.pro \ | |
18100
df5778d73320
patch 8.1.2045: the option.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18054
diff
changeset
|
255 src/proto/optionstr.pro \ |
18174
1ec6539cef68
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
Bram Moolenaar <Bram@vim.org>
parents:
18172
diff
changeset
|
256 src/proto/popupmenu.pro \ |
16778
eda4d65f232c
patch 8.1.1391: no popup window support
Bram Moolenaar <Bram@vim.org>
parents:
16632
diff
changeset
|
257 src/proto/popupwin.pro \ |
17373
c7763af24f8d
patch 8.1.1685: missing file in distributed file list
Bram Moolenaar <Bram@vim.org>
parents:
17370
diff
changeset
|
258 src/proto/profiler.pro \ |
7 | 259 src/proto/quickfix.pro \ |
260 src/proto/regexp.pro \ | |
18164
f57481564f2c
patch 8.1.2077: the ops.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18135
diff
changeset
|
261 src/proto/register.pro \ |
17861
0a5c615cd949
patch 8.1.1927: code for dealing with script files is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17779
diff
changeset
|
262 src/proto/scriptfile.pro \ |
7 | 263 src/proto/screen.pro \ |
264 src/proto/search.pro \ | |
17536
e00d12c085a5
patch 8.1.1766: code for writing session file is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17458
diff
changeset
|
265 src/proto/session.pro \ |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
266 src/proto/sha256.pro \ |
15330
a6330a49e036
patch 8.1.0673: functionality for signs is spread out over several files
Bram Moolenaar <Bram@vim.org>
parents:
15257
diff
changeset
|
267 src/proto/sign.pro \ |
17004
353ed7ef78df
patch 8.1.1502: cannot play any sound
Bram Moolenaar <Bram@vim.org>
parents:
16953
diff
changeset
|
268 src/proto/sound.pro \ |
224 | 269 src/proto/spell.pro \ |
9583
b0c7061d6439
commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
Christian Brabandt <cb@256bit.org>
parents:
9571
diff
changeset
|
270 src/proto/spellfile.pro \ |
18172
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18164
diff
changeset
|
271 src/proto/spellsuggest.pro \ |
7 | 272 src/proto/syntax.pro \ |
273 src/proto/tag.pro \ | |
274 src/proto/term.pro \ | |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
275 src/proto/terminal.pro \ |
7 | 276 src/proto/termlib.pro \ |
17377
cb008de2a6ec
patch 8.1.1687: the evalfunc.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17373
diff
changeset
|
277 src/proto/testing.pro \ |
15138
9df130fd5e0d
patch 8.1.0579: cannot attach properties to text
Bram Moolenaar <Bram@vim.org>
parents:
14970
diff
changeset
|
278 src/proto/textprop.pro \ |
19396
a961efb326e5
patch 8.2.0256: time and timer related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19380
diff
changeset
|
279 src/proto/time.pro \ |
7 | 280 src/proto/ui.pro \ |
281 src/proto/undo.pro \ | |
16411
5b5c5daf57de
patch 8.1.1210: support for user commands is spread out
Bram Moolenaar <Bram@vim.org>
parents:
16381
diff
changeset
|
282 src/proto/usercmd.pro \ |
9562
86af4a48c00a
commit https://github.com/vim/vim/commit/a9b579f3d7463720a316e11e77a7a9fbb9267986
Christian Brabandt <cb@256bit.org>
parents:
9560
diff
changeset
|
283 src/proto/userfunc.pro \ |
7 | 284 src/proto/version.pro \ |
19197
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
285 src/proto/vim9compile.pro \ |
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
286 src/proto/vim9execute.pro \ |
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
287 src/proto/vim9script.pro \ |
17458
cfdef48743ed
patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17389
diff
changeset
|
288 src/proto/viminfo.pro \ |
4174 | 289 src/proto/winclip.pro \ |
7 | 290 src/proto/window.pro \ |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
291 src/libvterm/.bzrignore \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
292 src/libvterm/.gitignore \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
293 src/libvterm/LICENSE \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
294 src/libvterm/Makefile \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
295 src/libvterm/README \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
296 src/libvterm/tbl2inc_c.pl \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
297 src/libvterm/vterm.pc.in \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
298 src/libvterm/doc/URLs \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
299 src/libvterm/doc/seqs.txt \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
300 src/libvterm/include/vterm.h \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
301 src/libvterm/include/vterm_keycodes.h \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
302 src/libvterm/src/encoding.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
303 src/libvterm/src/encoding/DECdrawing.inc \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
304 src/libvterm/src/encoding/DECdrawing.tbl \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
305 src/libvterm/src/encoding/uk.inc \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
306 src/libvterm/src/encoding/uk.tbl \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
307 src/libvterm/src/keyboard.c \ |
18325
fc8f5b9aacfa
patch 8.1.2157: libvterm source files missing from distribution
Bram Moolenaar <Bram@vim.org>
parents:
18265
diff
changeset
|
308 src/libvterm/src/mouse.c \ |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
309 src/libvterm/src/parser.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
310 src/libvterm/src/pen.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
311 src/libvterm/src/rect.h \ |
18325
fc8f5b9aacfa
patch 8.1.2157: libvterm source files missing from distribution
Bram Moolenaar <Bram@vim.org>
parents:
18265
diff
changeset
|
312 src/libvterm/src/screen.c \ |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
313 src/libvterm/src/state.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
314 src/libvterm/src/unicode.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
315 src/libvterm/src/utf8.h \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
316 src/libvterm/src/vterm.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
317 src/libvterm/src/vterm_internal.h \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
318 src/libvterm/t/02parser.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
319 src/libvterm/t/03encoding_utf8.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
320 src/libvterm/t/10state_putglyph.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
321 src/libvterm/t/11state_movecursor.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
322 src/libvterm/t/12state_scroll.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
323 src/libvterm/t/13state_edit.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
324 src/libvterm/t/14state_encoding.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
325 src/libvterm/t/15state_mode.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
326 src/libvterm/t/16state_resize.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
327 src/libvterm/t/17state_mouse.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
328 src/libvterm/t/18state_termprops.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
329 src/libvterm/t/20state_wrapping.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
330 src/libvterm/t/21state_tabstops.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
331 src/libvterm/t/22state_save.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
332 src/libvterm/t/25state_input.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
333 src/libvterm/t/26state_query.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
334 src/libvterm/t/27state_reset.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
335 src/libvterm/t/28state_dbl_wh.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
336 src/libvterm/t/29state_fallback.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
337 src/libvterm/t/30pen.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
338 src/libvterm/t/40screen_ascii.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
339 src/libvterm/t/41screen_unicode.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
340 src/libvterm/t/42screen_damage.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
341 src/libvterm/t/43screen_resize.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
342 src/libvterm/t/44screen_pen.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
343 src/libvterm/t/45screen_protect.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
344 src/libvterm/t/46screen_extent.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
345 src/libvterm/t/47screen_dbl_wh.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
346 src/libvterm/t/48screen_termprops.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
347 src/libvterm/t/90vttest_01-movement-1.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
348 src/libvterm/t/90vttest_01-movement-2.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
349 src/libvterm/t/90vttest_01-movement-3.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
350 src/libvterm/t/90vttest_01-movement-4.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
351 src/libvterm/t/90vttest_02-screen-1.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
352 src/libvterm/t/90vttest_02-screen-2.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
353 src/libvterm/t/90vttest_02-screen-3.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
354 src/libvterm/t/90vttest_02-screen-4.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
355 src/libvterm/t/92lp1640917.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
356 src/libvterm/t/harness.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
357 src/libvterm/t/run-test.pl \ |
14702
daf8afe6279b
patch 8.1.0363: internal diff isn't used by default as advertised
Christian Brabandt <cb@256bit.org>
parents:
14696
diff
changeset
|
358 src/xdiff/COPYING \ |
daf8afe6279b
patch 8.1.0363: internal diff isn't used by default as advertised
Christian Brabandt <cb@256bit.org>
parents:
14696
diff
changeset
|
359 src/xdiff/README.txt \ |
14696
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
360 src/xdiff/xdiff.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
361 src/xdiff/xdiffi.c \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
362 src/xdiff/xdiffi.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
363 src/xdiff/xemit.c \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
364 src/xdiff/xemit.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
365 src/xdiff/xhistogram.c \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
366 src/xdiff/xinclude.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
367 src/xdiff/xmacros.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
368 src/xdiff/xpatience.c \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
369 src/xdiff/xprepare.c \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
370 src/xdiff/xprepare.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
371 src/xdiff/xtypes.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
372 src/xdiff/xutils.c \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
373 src/xdiff/xutils.h \ |
7 | 374 |
375 | |
376 # source files for Unix only | |
377 SRC_UNIX = \ | |
378 Makefile \ | |
379 Filelist \ | |
380 README_src.txt \ | |
381 configure \ | |
382 pixmaps/*.xpm \ | |
7382
58958b8c9881
commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a
Christian Brabandt <cb@256bit.org>
parents:
7279
diff
changeset
|
383 pixmaps/*.png \ |
7 | 384 pixmaps/gen-inline-pixbufs.sh \ |
385 pixmaps/stock_icons.h \ | |
386 src/INSTALL \ | |
1648 | 387 src/INSTALLx.txt \ |
7 | 388 src/Makefile \ |
389 src/auto/configure \ | |
390 src/config.h.in \ | |
391 src/config.mk.dist \ | |
392 src/config.mk.in \ | |
393 src/configure \ | |
10375
2055d3722c5b
commit https://github.com/vim/vim/commit/3f7d0907269558cb3ea184a3083640f9e20bb21e
Christian Brabandt <cb@256bit.org>
parents:
10032
diff
changeset
|
394 src/configure.ac \ |
11374
889da8649221
patch 8.0.0572: building the command table requires Perl
Christian Brabandt <cb@256bit.org>
parents:
11370
diff
changeset
|
395 src/create_cmdidxs.vim \ |
7 | 396 src/gui_at_fs.c \ |
397 src/gui_at_sb.c \ | |
398 src/gui_at_sb.h \ | |
399 src/gui_athena.c \ | |
400 src/gui_gtk.c \ | |
401 src/gui_gtk_f.c \ | |
402 src/gui_gtk_f.h \ | |
403 src/gui_gtk_x11.c \ | |
7430
e2fe7a67b3a4
commit https://github.com/vim/vim/commit/39373819fd5fad825df416f1e2b96a6f43758e23
Christian Brabandt <cb@256bit.org>
parents:
7424
diff
changeset
|
404 src/gui_gtk_res.xml \ |
7 | 405 src/gui_motif.c \ |
45 | 406 src/gui_xmdlg.c \ |
50 | 407 src/gui_xmebw.c \ |
408 src/gui_xmebw.h \ | |
409 src/gui_xmebwp.h \ | |
7 | 410 src/gui_x11.c \ |
50 | 411 src/gui_x11_pm.h \ |
7 | 412 src/if_xcmdsrv.c \ |
413 src/link.sh \ | |
40 | 414 src/installman.sh \ |
415 src/installml.sh \ | |
11370
e11d5966b822
patch 8.0.0570: can't run make with several jobs
Christian Brabandt <cb@256bit.org>
parents:
11283
diff
changeset
|
416 src/install-sh \ |
7 | 417 src/os_unix.c \ |
418 src/os_unix.h \ | |
419 src/os_unixx.h \ | |
420 src/osdef.sh \ | |
421 src/osdef1.h.in \ | |
422 src/osdef2.h.in \ | |
423 src/pathdef.sh \ | |
424 src/proto/gui_athena.pro \ | |
425 src/proto/gui_gtk.pro \ | |
426 src/proto/gui_gtk_x11.pro \ | |
7382
58958b8c9881
commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a
Christian Brabandt <cb@256bit.org>
parents:
7279
diff
changeset
|
427 src/proto/gui_gtk_gresources.pro \ |
7 | 428 src/proto/gui_motif.pro \ |
45 | 429 src/proto/gui_xmdlg.pro \ |
7 | 430 src/proto/gui_x11.pro \ |
431 src/proto/if_xcmdsrv.pro \ | |
432 src/proto/os_unix.pro \ | |
433 src/proto/pty.pro \ | |
434 src/pty.c \ | |
435 src/testdir/Makefile \ | |
436 src/testdir/unix.vim \ | |
437 src/toolcheck \ | |
438 src/vim_icon.xbm \ | |
439 src/vim_mask.xbm \ | |
440 src/vimtutor \ | |
1585 | 441 src/gvimtutor \ |
7 | 442 src/which.sh \ |
10028
62b7fb15ff7e
commit https://github.com/vim/vim/commit/fec246d2c595164ac3b7e9fe9677053d3739b834
Christian Brabandt <cb@256bit.org>
parents:
9669
diff
changeset
|
443 src/tee/Makefile \ |
7 | 444 src/xxd/Makefile \ |
445 | |
446 # source files for both DOS and Unix | |
447 SRC_DOS_UNIX = \ | |
448 src/if_cscope.c \ | |
449 src/if_cscope.h \ | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
450 src/if_lua.c \ |
14 | 451 src/if_mzsch.c \ |
452 src/if_mzsch.h \ | |
7 | 453 src/if_perl.xs \ |
454 src/if_perlsfio.c \ | |
455 src/if_python.c \ | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
456 src/if_python3.c \ |
2399
76f0c4918f5c
Move some common code from if_python.c and if_python3.c to if_py_both.h.
Bram Moolenaar <bram@vim.org>
parents:
2329
diff
changeset
|
457 src/if_py_both.h \ |
7 | 458 src/if_ruby.c \ |
459 src/if_tcl.c \ | |
460 src/proto/if_cscope.pro \ | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
461 src/proto/if_lua.pro \ |
14 | 462 src/proto/if_mzsch.pro \ |
7 | 463 src/proto/if_perl.pro \ |
464 src/proto/if_perlsfio.pro \ | |
465 src/proto/if_python.pro \ | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
466 src/proto/if_python3.pro \ |
7 | 467 src/proto/if_ruby.pro \ |
468 src/proto/if_tcl.pro \ | |
469 src/typemap \ | |
470 | |
471 # source files for DOS (also in the extra archive) | |
472 SRC_DOS = \ | |
10 | 473 src/GvimExt/*.mak \ |
474 src/GvimExt/GvimExt.reg \ | |
475 src/GvimExt/Makefile \ | |
476 src/GvimExt/README.txt \ | |
477 src/GvimExt/gvimext.cpp \ | |
478 src/GvimExt/gvimext.def \ | |
479 src/GvimExt/gvimext.h \ | |
480 src/GvimExt/gvimext.inf \ | |
481 src/GvimExt/gvimext.rc \ | |
482 src/GvimExt/gvimext_ming.def \ | |
483 src/GvimExt/gvimext_ming.rc \ | |
484 src/GvimExt/resource.h \ | |
485 src/GvimExt/uninst.bat \ | |
7 | 486 README_srcdos.txt \ |
487 src/INSTALLpc.txt \ | |
488 src/Make_cyg.mak \ | |
6326 | 489 src/Make_cyg_ming.mak \ |
7 | 490 src/Make_ming.mak \ |
491 src/Make_mvc.mak \ | |
10032
f0b1cbf9467e
commit https://github.com/vim/vim/commit/cb03397abae22e7237511db2e19ad5ef3e5e5f4e
Christian Brabandt <cb@256bit.org>
parents:
10028
diff
changeset
|
492 tools/rename.bat \ |
7 | 493 src/bigvim.bat \ |
3845 | 494 src/bigvim64.bat \ |
714 | 495 src/msvcsetup.bat \ |
1648 | 496 src/msvc2008.bat \ |
2871 | 497 src/msvc2010.bat \ |
12610
c6dc5d62cf5e
patch 8.0.1183: MS-Windows build instructions are outdated
Christian Brabandt <cb@256bit.org>
parents:
12541
diff
changeset
|
498 src/msvc2015.bat \ |
14222
78449866e9a9
patch 8.1.0128: building with MinGW does not work out-of-the-box
Christian Brabandt <cb@256bit.org>
parents:
14183
diff
changeset
|
499 src/msys32.bat \ |
78449866e9a9
patch 8.1.0128: building with MinGW does not work out-of-the-box
Christian Brabandt <cb@256bit.org>
parents:
14183
diff
changeset
|
500 src/msys64.bat \ |
7 | 501 src/dimm.idl \ |
502 src/dlldata.c \ | |
503 src/dosinst.c \ | |
504 src/dosinst.h \ | |
505 src/glbl_ime.cpp \ | |
506 src/glbl_ime.h \ | |
6124 | 507 src/gui_dwrite.cpp \ |
508 src/gui_dwrite.h \ | |
7 | 509 src/gui_w32.c \ |
510 src/gui_w32_rc.h \ | |
511 src/if_ole.cpp \ | |
512 src/if_ole.h \ | |
513 src/if_ole.idl \ | |
7414
d467ca80d3c1
commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963
Christian Brabandt <cb@256bit.org>
parents:
7382
diff
changeset
|
514 src/if_perl_msvc/stdbool.h \ |
9363
f9dda6450c76
commit https://github.com/vim/vim/commit/97ff9b9cffd97219d888874b9b3811d55e99c78f
Christian Brabandt <cb@256bit.org>
parents:
9328
diff
changeset
|
515 src/iscygpty.c \ |
f9dda6450c76
commit https://github.com/vim/vim/commit/97ff9b9cffd97219d888874b9b3811d55e99c78f
Christian Brabandt <cb@256bit.org>
parents:
9328
diff
changeset
|
516 src/iscygpty.h \ |
7 | 517 src/iid_ole.c \ |
518 src/os_dos.h \ | |
16451
7ae2396cef62
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
Bram Moolenaar <Bram@vim.org>
parents:
16411
diff
changeset
|
519 src/os_w32dll.c \ |
7 | 520 src/os_w32exe.c \ |
521 src/os_win32.c \ | |
522 src/os_mswin.c \ | |
523 src/os_win32.h \ | |
524 src/proto/gui_w32.pro \ | |
525 src/proto/if_ole.pro \ | |
526 src/proto/os_win32.pro \ | |
527 src/proto/os_mswin.pro \ | |
528 src/testdir/Make_dos.mak \ | |
1724 | 529 src/testdir/Make_ming.mak \ |
7 | 530 src/testdir/dos.vim \ |
18174
1ec6539cef68
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
Bram Moolenaar <Bram@vim.org>
parents:
18172
diff
changeset
|
531 src/uninstall.c \ |
7 | 532 src/vim.def \ |
533 src/vim.rc \ | |
534 src/gvim.exe.mnf \ | |
535 src/vimrun.c \ | |
536 src/xpm_w32.c \ | |
537 src/xpm_w32.h \ | |
10028
62b7fb15ff7e
commit https://github.com/vim/vim/commit/fec246d2c595164ac3b7e9fe9677053d3739b834
Christian Brabandt <cb@256bit.org>
parents:
9669
diff
changeset
|
538 src/tee/Make_mvc.mak \ |
3110 | 539 src/xxd/Make_ming.mak \ |
7 | 540 src/xxd/Make_mvc.mak \ |
541 nsis/gvim.nsi \ | |
7450
e159dff12e40
commit https://github.com/vim/vim/commit/92c23d8ab82e723e5fa2e0c5ee06348d72b8e444
Christian Brabandt <cb@256bit.org>
parents:
7430
diff
changeset
|
542 nsis/gvim_version.nsh \ |
7 | 543 nsis/README.txt \ |
15213
c0eb9a74f73d
patch 8.1.0616: NSIS installer is outdated
Bram Moolenaar <Bram@vim.org>
parents:
15138
diff
changeset
|
544 nsis/lang/*.nsi \ |
18174
1ec6539cef68
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
Bram Moolenaar <Bram@vim.org>
parents:
18172
diff
changeset
|
545 uninstall.txt \ |
7 | 546 src/VisVim/Commands.cpp \ |
547 src/VisVim/Commands.h \ | |
548 src/VisVim/DSAddIn.cpp \ | |
549 src/VisVim/DSAddIn.h \ | |
550 src/VisVim/OleAut.cpp \ | |
551 src/VisVim/OleAut.h \ | |
552 src/VisVim/README_VisVim.txt \ | |
553 src/VisVim/Reg.cpp \ | |
554 src/VisVim/Register.bat \ | |
555 src/VisVim/Resource.h \ | |
556 src/VisVim/StdAfx.cpp \ | |
557 src/VisVim/StdAfx.h \ | |
558 src/VisVim/UnRegist.bat \ | |
559 src/VisVim/VisVim.cpp \ | |
560 src/VisVim/VisVim.def \ | |
561 src/VisVim/VisVim.mak \ | |
562 src/VisVim/VisVim.h \ | |
563 src/VisVim/VisVim.odl \ | |
564 src/VisVim/VisVim.rc \ | |
565 src/VisVim/VsReadMe.txt \ | |
566 | |
567 # source files for DOS without CR/LF translation (also in the extra archive) | |
568 SRC_DOS_BIN = \ | |
179 | 569 src/VisVim/Res/*.bmp \ |
7 | 570 src/tearoff.bmp \ |
571 src/tools.bmp \ | |
572 src/vim*.ico \ | |
573 src/vim.tlb \ | |
3762 | 574 src/xpm/COPYRIGHT \ |
575 src/xpm/README.txt \ | |
16229
081522b02c2d
patch 8.1.1119: no support for Windows on ARM64.
Bram Moolenaar <Bram@vim.org>
parents:
16209
diff
changeset
|
576 src/xpm/arm64/lib-vc14/libXpm.lib \ |
3762 | 577 src/xpm/include/*.h \ |
16229
081522b02c2d
patch 8.1.1119: no support for Windows on ARM64.
Bram Moolenaar <Bram@vim.org>
parents:
16209
diff
changeset
|
578 src/xpm/x64/lib-vc14/libXpm.lib \ |
3845 | 579 src/xpm/x64/lib/libXpm.a \ |
3762 | 580 src/xpm/x64/lib/libXpm.lib \ |
16229
081522b02c2d
patch 8.1.1119: no support for Windows on ARM64.
Bram Moolenaar <Bram@vim.org>
parents:
16209
diff
changeset
|
581 src/xpm/x86/lib-vc14/libXpm.lib \ |
3762 | 582 src/xpm/x86/lib/libXpm.a \ |
583 src/xpm/x86/lib/libXpm.lib \ | |
15410
cb1652e41314
patch 8.1.0713: images for NSIS take up too much space
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
584 nsis/icons.zip \ |
7 | 585 |
586 # source files for Amiga, DOS, etc. (also in the extra archive) | |
587 SRC_AMI_DOS = \ | |
588 | |
589 # source files for Amiga (also in the extra archive) | |
590 SRC_AMI = \ | |
591 README_amisrc.txt \ | |
592 README_amisrc.txt.info \ | |
593 src.info \ | |
594 src/INSTALLami.txt \ | |
595 src/Make_morph.mak \ | |
596 src/os_amiga.c \ | |
597 src/os_amiga.h \ | |
598 src/proto/os_amiga.pro \ | |
599 src/testdir/Make_amiga.mak \ | |
600 src/testdir/amiga.vim \ | |
601 src/xxd/Make_amiga.mak \ | |
602 | |
603 # source files for the Mac (also in the extra archive) | |
604 SRC_MAC = \ | |
605 src/INSTALLmac.txt \ | |
606 src/dehqx.py \ | |
607 src/gui_mac.c \ | |
819 | 608 src/os_mac_rsrc/*.icns \ |
18 | 609 src/os_mac.h \ |
610 src/os_mac.rsr.hqx \ | |
611 src/os_mac_conv.c \ | |
2309
543ea69d037f
Add clipboard support in Mac console. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2180
diff
changeset
|
612 src/os_macosx.m \ |
7 | 613 src/proto/gui_mac.pro \ |
501 | 614 src/proto/os_mac_conv.pro \ |
7 | 615 |
616 # source files for VMS (in the extra archive) | |
617 SRC_VMS = \ | |
618 src/INSTALLvms.txt \ | |
619 src/Make_vms.mms \ | |
620 src/gui_gtk_vms.h \ | |
621 src/os_vms.c \ | |
622 src/os_vms_conf.h \ | |
623 src/os_vms_mms.c \ | |
624 src/proto/os_vms.pro \ | |
625 src/testdir/Make_vms.mms \ | |
626 src/testdir/vms.vim \ | |
627 src/xxd/Make_vms.mms \ | |
628 vimtutor.com \ | |
629 | |
630 # source files for QNX (in the extra archive) | |
631 SRC_QNX = \ | |
632 src/os_qnx.c \ | |
633 src/os_qnx.h \ | |
634 src/gui_photon.c \ | |
635 src/proto/gui_photon.pro \ | |
636 src/proto/os_qnx.pro \ | |
637 | |
638 | |
639 # source files for the extra archive (all sources that are not for Unix) | |
640 SRC_EXTRA = \ | |
641 $(SRC_AMI) \ | |
642 $(SRC_AMI_DOS) \ | |
643 $(SRC_DOS) \ | |
644 $(SRC_DOS_BIN) \ | |
645 $(SRC_MAC) \ | |
646 $(SRC_QNX) \ | |
647 $(SRC_VMS) \ | |
648 README_os390.txt \ | |
649 src/Make_mint.mak \ | |
650 src/infplist.xml \ | |
651 src/link.390 \ | |
652 src/os_beos.c \ | |
653 src/os_beos.h \ | |
654 src/os_beos.rsrc \ | |
4174 | 655 src/proto/os_beos.pro \ |
7 | 656 src/os_mint.h \ |
657 src/os_vms_fix.com \ | |
658 src/toolbar.phi \ | |
659 | |
660 # runtime files for all distributions | |
661 RT_ALL = \ | |
662 README.txt \ | |
6916 | 663 README.md \ |
19089
9185ddf4cded
patch 8.2.0105: Vim license not easy to find on github
Bram Moolenaar <Bram@vim.org>
parents:
18769
diff
changeset
|
664 LICENSE \ |
7068
a55f35ed381b
commit https://github.com/vim/vim/commit/6017f3799dbb744fc34894d968b36729e607203e
Christian Brabandt <cb@256bit.org>
parents:
6916
diff
changeset
|
665 CONTRIBUTING.md \ |
7 | 666 runtime/bugreport.vim \ |
667 runtime/doc/*.awk \ | |
668 runtime/doc/*.pl \ | |
669 runtime/doc/*.txt \ | |
670 runtime/doc/Makefile \ | |
671 runtime/doc/doctags.c \ | |
18487
5b95ccb82c0a
patch 8.1.2238: error in docs tags goes unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
18376
diff
changeset
|
672 runtime/doc/doctags.vim \ |
12952
7fd105bfe992
patch 8.0.1352: dead URLs in the help go unnoticed
Christian Brabandt <cb@256bit.org>
parents:
12944
diff
changeset
|
673 runtime/doc/test_urls.vim \ |
7 | 674 runtime/doc/vim.1 \ |
675 runtime/doc/evim.1 \ | |
676 runtime/doc/vimdiff.1 \ | |
677 runtime/doc/vimtutor.1 \ | |
678 runtime/doc/xxd.1 \ | |
679 runtime/ftoff.vim \ | |
680 runtime/gvimrc_example.vim \ | |
681 runtime/macros/README.txt \ | |
590 | 682 runtime/macros/editexisting.vim \ |
7 | 683 runtime/macros/hanoi/click.me \ |
684 runtime/macros/hanoi/hanoi.vim \ | |
685 runtime/macros/hanoi/poster \ | |
686 runtime/macros/justify.vim \ | |
3685 | 687 runtime/macros/less.bat \ |
7 | 688 runtime/macros/less.sh \ |
689 runtime/macros/less.vim \ | |
690 runtime/macros/life/click.me \ | |
691 runtime/macros/life/life.vim \ | |
8728
b1ca6aa215b7
commit https://github.com/vim/vim/commit/da64ab322ae35e473a24b211d22d05b1439aa05c
Christian Brabandt <cb@256bit.org>
parents:
8720
diff
changeset
|
692 runtime/macros/matchit.vim \ |
7 | 693 runtime/macros/maze/README.txt \ |
694 runtime/macros/maze/[mM]akefile \ | |
695 runtime/macros/maze/maze.c \ | |
696 runtime/macros/maze/maze_5.78 \ | |
697 runtime/macros/maze/maze_mac \ | |
698 runtime/macros/maze/mazeansi.c \ | |
699 runtime/macros/maze/mazeclean.c \ | |
700 runtime/macros/maze/poster \ | |
701 runtime/macros/shellmenu.vim \ | |
702 runtime/macros/swapmous.vim \ | |
703 runtime/macros/urm/README.txt \ | |
704 runtime/macros/urm/examples \ | |
705 runtime/macros/urm/urm \ | |
706 runtime/macros/urm/urm.vim \ | |
9669
284b4eb307fc
commit https://github.com/vim/vim/commit/8c08b5b569e2a9e9f63dea514591ecfa2d3bb392
Christian Brabandt <cb@256bit.org>
parents:
9583
diff
changeset
|
707 runtime/defaults.vim \ |
284b4eb307fc
commit https://github.com/vim/vim/commit/8c08b5b569e2a9e9f63dea514591ecfa2d3bb392
Christian Brabandt <cb@256bit.org>
parents:
9583
diff
changeset
|
708 runtime/evim.vim \ |
7 | 709 runtime/mswin.vim \ |
710 runtime/optwin.vim \ | |
711 runtime/ftplugin.vim \ | |
712 runtime/ftplugof.vim \ | |
713 runtime/indent.vim \ | |
714 runtime/indoff.vim \ | |
715 runtime/termcap \ | |
716 runtime/tools/README.txt \ | |
717 runtime/tools/[a-z]*[a-z0-9] \ | |
718 runtime/tutor/README.txt \ | |
719 runtime/tutor/tutor \ | |
720 runtime/tutor/tutor.vim \ | |
721 runtime/vimrc_example.vim \ | |
14666
70fc1a842e29
patch 8.1.0346: building with Aap is outdated and unused
Christian Brabandt <cb@256bit.org>
parents:
14288
diff
changeset
|
722 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim \ |
8769
7ac9d9e98892
commit https://github.com/vim/vim/commit/2946d0236dc9e23ec0050feacdb959b9ae5672a8
Christian Brabandt <cb@256bit.org>
parents:
8728
diff
changeset
|
723 runtime/pack/dist/opt/dvorak/plugin/dvorak.vim \ |
7ac9d9e98892
commit https://github.com/vim/vim/commit/2946d0236dc9e23ec0050feacdb959b9ae5672a8
Christian Brabandt <cb@256bit.org>
parents:
8728
diff
changeset
|
724 runtime/pack/dist/opt/dvorak/dvorak/enable.vim \ |
7ac9d9e98892
commit https://github.com/vim/vim/commit/2946d0236dc9e23ec0050feacdb959b9ae5672a8
Christian Brabandt <cb@256bit.org>
parents:
8728
diff
changeset
|
725 runtime/pack/dist/opt/dvorak/dvorak/disable.vim \ |
8771
57cafbda13ad
commit https://github.com/vim/vim/commit/cf2d8dee5117b9add3a3f5fc91b3569437e7d359
Christian Brabandt <cb@256bit.org>
parents:
8769
diff
changeset
|
726 runtime/pack/dist/opt/editexisting/plugin/editexisting.vim \ |
8769
7ac9d9e98892
commit https://github.com/vim/vim/commit/2946d0236dc9e23ec0050feacdb959b9ae5672a8
Christian Brabandt <cb@256bit.org>
parents:
8728
diff
changeset
|
727 runtime/pack/dist/opt/justify/plugin/justify.vim \ |
8720
9380c37723f8
commit https://github.com/vim/vim/commit/aedfcbe1e6c7df6edcd6756d7601bfdec7dd2087
Christian Brabandt <cb@256bit.org>
parents:
8639
diff
changeset
|
728 runtime/pack/dist/opt/matchit/plugin/matchit.vim \ |
9380c37723f8
commit https://github.com/vim/vim/commit/aedfcbe1e6c7df6edcd6756d7601bfdec7dd2087
Christian Brabandt <cb@256bit.org>
parents:
8639
diff
changeset
|
729 runtime/pack/dist/opt/matchit/doc/matchit.txt \ |
9380c37723f8
commit https://github.com/vim/vim/commit/aedfcbe1e6c7df6edcd6756d7601bfdec7dd2087
Christian Brabandt <cb@256bit.org>
parents:
8639
diff
changeset
|
730 runtime/pack/dist/opt/matchit/doc/tags \ |
15731
eef64072071f
patch 8.1.0873: list if distributed files does not include matchit autoload
Bram Moolenaar <Bram@vim.org>
parents:
15723
diff
changeset
|
731 runtime/pack/dist/opt/matchit/autoload/*.vim \ |
8775
d5136647ce31
commit https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55
Christian Brabandt <cb@256bit.org>
parents:
8773
diff
changeset
|
732 runtime/pack/dist/opt/shellmenu/plugin/shellmenu.vim \ |
8773
08944b17c29c
commit https://github.com/vim/vim/commit/e101204906e10f1e100e2f9017985c61f26b03ac
Christian Brabandt <cb@256bit.org>
parents:
8771
diff
changeset
|
733 runtime/pack/dist/opt/swapmouse/plugin/swapmouse.vim \ |
12395
39e1087e7094
patch 8.0.1077: no debugger making use of the terminal window
Christian Brabandt <cb@256bit.org>
parents:
12041
diff
changeset
|
734 runtime/pack/dist/opt/termdebug/plugin/termdebug.vim \ |
7 | 735 |
736 # runtime files for all distributions without CR-NL translation | |
737 RT_ALL_BIN = \ | |
738 runtime/doc/tags \ | |
739 runtime/print/*.ps \ | |
740 | |
741 # runtime script files | |
742 RT_SCRIPTS = \ | |
743 runtime/filetype.vim \ | |
744 runtime/scripts.vim \ | |
745 runtime/menu.vim \ | |
719 | 746 runtime/macmap.vim \ |
7 | 747 runtime/delmenu.vim \ |
748 runtime/synmenu.vim \ | |
749 runtime/makemenu.vim \ | |
446 | 750 runtime/autoload/*.vim \ |
751 runtime/autoload/README.txt \ | |
12816
218102da5226
patch 8.0.1285: occasional crash when using a channel
Christian Brabandt <cb@256bit.org>
parents:
12708
diff
changeset
|
752 runtime/autoload/dist/*.vim \ |
827 | 753 runtime/autoload/xml/*.vim \ |
7 | 754 runtime/colors/*.vim \ |
755 runtime/colors/README.txt \ | |
13049
0d23a49da746
patch 8.0.1400: color scheme check script shows up as color scheme
Christian Brabandt <cb@256bit.org>
parents:
12952
diff
changeset
|
756 runtime/colors/tools/*.vim \ |
7 | 757 runtime/compiler/*.vim \ |
758 runtime/compiler/README.txt \ | |
759 runtime/indent/*.vim \ | |
760 runtime/indent/README.txt \ | |
14970
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
761 runtime/indent/Makefile \ |
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
762 runtime/indent/testdir/README.txt \ |
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
763 runtime/indent/testdir/*.vim \ |
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
764 runtime/indent/testdir/*.in \ |
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
765 runtime/indent/testdir/*.ok \ |
7 | 766 runtime/ftplugin/*.vim \ |
1668 | 767 runtime/ftplugin/logtalk.dict \ |
7 | 768 runtime/ftplugin/README.txt \ |
769 runtime/plugin/*.vim \ | |
770 runtime/plugin/README.txt \ | |
771 runtime/syntax/*.vim \ | |
772 runtime/syntax/README.txt \ | |
773 | |
774 # Unix runtime | |
775 RT_UNIX = \ | |
776 README_unix.txt \ | |
11 | 777 runtime/hi16-action-make.png \ |
778 runtime/hi22-action-make.png \ | |
7 | 779 runtime/vim16x16.png \ |
780 runtime/vim16x16.xpm \ | |
781 runtime/vim32x32.png \ | |
782 runtime/vim32x32.xpm \ | |
783 runtime/vim48x48.png \ | |
784 runtime/vim48x48.xpm \ | |
7189
0b4387f570ec
commit https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9
Christian Brabandt <cb@256bit.org>
parents:
7121
diff
changeset
|
785 runtime/gvim.desktop \ |
0b4387f570ec
commit https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9
Christian Brabandt <cb@256bit.org>
parents:
7121
diff
changeset
|
786 runtime/vim.desktop \ |
7 | 787 |
788 # Unix and DOS runtime without CR-LF translation | |
789 RT_UNIX_DOS_BIN = \ | |
790 runtime/vim16x16.gif \ | |
791 runtime/vim32x32.gif \ | |
792 runtime/vim48x48.gif \ | |
793 | |
794 # runtime not for unix or extra | |
795 RT_NO_UNIX = \ | |
796 | |
797 # runtime for Amiga (also in the extra archive) | |
798 RT_AMI_DOS = \ | |
14278
e92964e4e58e
patch 8.1.0155: evim.man missing from the distribution
Christian Brabandt <cb@256bit.org>
parents:
14272
diff
changeset
|
799 runtime/doc/evim.man \ |
7 | 800 runtime/doc/vim.man \ |
801 runtime/doc/vimdiff.man \ | |
802 runtime/doc/vimtutor.man \ | |
803 runtime/doc/xxd.man \ | |
804 | |
805 # DOS runtime (also in the extra archive) | |
806 RT_DOS = \ | |
807 README_dos.txt \ | |
808 runtime/rgb.txt \ | |
809 vimtutor.bat \ | |
810 | |
811 # DOS runtime without CR-LF translation (also in the extra archive) | |
812 RT_DOS_BIN = \ | |
813 runtime/vimlogo.cdr \ | |
814 runtime/vimlogo.eps \ | |
815 runtime/vimlogo.gif \ | |
816 runtime/vimlogo.pdf \ | |
817 | |
818 # Amiga runtime (also in the extra archive) | |
819 RT_AMI = \ | |
820 README.txt.info \ | |
821 README_ami.txt \ | |
822 README_ami.txt.info \ | |
823 runtime/doc.info \ | |
824 runtime/doc/*.info \ | |
1181 | 825 runtime/icons/README.txt \ |
826 runtime/icons/*.info \ | |
7 | 827 runtime/icons.info \ |
828 runtime/macros.info \ | |
829 runtime/macros/*.info \ | |
830 runtime/macros/hanoi/*.info \ | |
831 runtime/macros/life/*.info \ | |
832 runtime/macros/maze/*.info \ | |
833 runtime/macros/urm/*.info \ | |
834 runtime/tools.info \ | |
835 runtime/tutor.info \ | |
836 runtime/tutor/*.info \ | |
837 | |
838 # runtime files in extra archive | |
839 RT_EXTRA = \ | |
840 $(RT_AMI) \ | |
841 $(RT_AMI_DOS) \ | |
842 $(RT_DOS) \ | |
843 $(RT_DOS_BIN) \ | |
844 README_mac.txt \ | |
845 | |
846 # included in all Amiga archives | |
847 ROOT_AMI = \ | |
848 Contents \ | |
849 Contents.info \ | |
850 runtime.info \ | |
851 vimdir.info \ | |
852 | |
853 # root files for the extra archive | |
854 ROOT_EXTRA = \ | |
855 $(ROOT_AMI) \ | |
856 | |
857 # files for Amiga small binary (also in extra archive) | |
858 BIN_AMI = \ | |
859 README_amibin.txt \ | |
860 README_amibin.txt.info \ | |
861 Vim.info \ | |
862 Xxd.info \ | |
863 | |
864 # files for DOS binary (also in extra archive) | |
865 BIN_DOS = \ | |
866 README_bindos.txt \ | |
18174
1ec6539cef68
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
Bram Moolenaar <Bram@vim.org>
parents:
18172
diff
changeset
|
867 uninstall.txt \ |
7 | 868 |
869 # files for Win32 OLE binary (also in extra archive) | |
870 BIN_OLE = \ | |
871 README_ole.txt \ | |
872 | |
873 # files for Win32s binary (also in extra archive) | |
874 BIN_W32S = \ | |
875 README_w32s.txt \ | |
876 | |
877 # files for VMS binary (also in extra archive) | |
878 BIN_VMS = \ | |
879 README_vms.txt \ | |
880 | |
881 # files for OS/2 binary (also in extra archive) | |
882 BIN_OS2 = \ | |
883 README_os2.txt \ | |
884 | |
885 # binary files for extra archive | |
886 BIN_EXTRA = \ | |
887 $(BIN_AMI) \ | |
888 $(BIN_DOS) \ | |
889 $(BIN_OLE) \ | |
890 $(BIN_W32S) \ | |
891 $(BIN_VMS) \ | |
892 $(BIN_OS2) \ | |
893 | |
894 # all files for extra archive | |
895 EXTRA = \ | |
896 $(BIN_EXTRA) \ | |
897 $(ROOT_EXTRA) \ | |
898 $(RT_EXTRA) \ | |
899 $(SRC_EXTRA) \ | |
900 README_extra.txt \ | |
901 src/VisVim/VisVim.dll \ | |
902 runtime/vimlogo.xpm \ | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2044
diff
changeset
|
903 src/tee/Makefile \ |
7478
dbfa0f9ab289
commit https://github.com/vim/vim/commit/022b896592721838e387e99fd785d3ded7b68be7
Christian Brabandt <cb@256bit.org>
parents:
7450
diff
changeset
|
904 src/tee/Make_mvc.mak \ |
7 | 905 src/tee/tee.c \ |
906 | |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
907 # files in READMEdir that are included from the top dir |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
908 IN_README_DIR = \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
909 README.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
910 README_ami.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
911 README_ami.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
912 README_amibin.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
913 README_amibin.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
914 README_amisrc.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
915 README_amisrc.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
916 README_bindos.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
917 README_dos.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
918 README_extra.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
919 README_mac.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
920 README_ole.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
921 README_os2.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
922 README_os390.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
923 README_src.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
924 README_srcdos.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
925 README_unix.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
926 README_vms.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
927 README_w32s.txt \ |
8639
91286ec46e97
commit https://github.com/vim/vim/commit/4d581a826c54cecdde3001fdf0a5becf67e54cfd
Christian Brabandt <cb@256bit.org>
parents:
8625
diff
changeset
|
928 Contents \ |
8625
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
929 Contents.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
930 Vim.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
931 Xxd.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
932 runtime.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
933 src.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
934 vimdir.info \ |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
935 |
7 | 936 # generic language files |
937 LANG_GEN = \ | |
14288
ffd03eb67836
patch 8.1.0160: no Danish manual translations
Christian Brabandt <cb@256bit.org>
parents:
14278
diff
changeset
|
938 runtime/doc/*-da.1 \ |
ffd03eb67836
patch 8.1.0160: no Danish manual translations
Christian Brabandt <cb@256bit.org>
parents:
14278
diff
changeset
|
939 runtime/doc/*-da.UTF-8.1 \ |
3685 | 940 runtime/doc/*-de.1 \ |
941 runtime/doc/*-de.UTF-8.1 \ | |
237 | 942 runtime/doc/*-fr.1 \ |
943 runtime/doc/*-fr.UTF-8.1 \ | |
40 | 944 runtime/doc/*-it.1 \ |
221 | 945 runtime/doc/*-it.UTF-8.1 \ |
5178
7a1b782ec64a
updated for version 7.4a.015
Bram Moolenaar <bram@vim.org>
parents:
4993
diff
changeset
|
946 runtime/doc/*-ja.UTF-8.1 \ |
809 | 947 runtime/doc/*-pl.1 \ |
948 runtime/doc/*-pl.UTF-8.1 \ | |
221 | 949 runtime/doc/*-ru.1 \ |
950 runtime/doc/*-ru.UTF-8.1 \ | |
7 | 951 runtime/lang/README.txt \ |
952 runtime/lang/menu_*.vim \ | |
953 runtime/keymap/README.txt \ | |
954 runtime/keymap/*.vim \ | |
955 runtime/tutor/README.*.txt \ | |
956 runtime/tutor/Makefile \ | |
1648 | 957 runtime/tutor/tutor.utf-8 \ |
7 | 958 runtime/tutor/tutor.?? \ |
3848 | 959 runtime/tutor/tutor.??.utf-8 \ |
960 runtime/tutor/tutor.??.euc \ | |
961 runtime/tutor/tutor.??.sjis \ | |
962 runtime/tutor/tutor.??.iso9 \ | |
963 runtime/tutor/tutor.??.big5 \ | |
964 runtime/tutor/tutor.??.cp1250 \ | |
965 runtime/tutor/tutor.??.cp1251 \ | |
966 runtime/tutor/tutor.??.cp737 \ | |
967 runtime/tutor/tutor.??_??.utf-8 \ | |
2730 | 968 runtime/tutor/tutor.bar \ |
3848 | 969 runtime/tutor/tutor.bar.utf-8 \ |
237 | 970 runtime/spell/README.txt \ |
388 | 971 runtime/spell/??/*.diff \ |
972 runtime/spell/??/main.aap \ | |
2044
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
973 runtime/spell/tet/*.diff \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
974 runtime/spell/tet/main.aap \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
975 runtime/spell/check/main.aap \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
976 runtime/spell/check/*.aff \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
977 runtime/spell/check/*.dic \ |
477 | 978 runtime/spell/yi/README.txt \ |
388 | 979 runtime/spell/main.aap \ |
488 | 980 runtime/spell/*.vim \ |
242 | 981 |
982 # generic language files, binary | |
983 LANG_GEN_BIN = \ | |
446 | 984 runtime/spell/README_en.txt \ |
242 | 985 runtime/spell/en.ascii.spl \ |
237 | 986 runtime/spell/en.latin1.spl \ |
987 runtime/spell/en.utf-8.spl \ | |
625 | 988 runtime/spell/en.ascii.sug \ |
989 runtime/spell/en.latin1.sug \ | |
990 runtime/spell/en.utf-8.sug \ | |
7 | 991 |
992 # all files for lang archive | |
993 LANG_SRC = \ | |
994 src/po/README.txt \ | |
995 src/po/README_mingw.txt \ | |
996 src/po/README_mvc.txt \ | |
461 | 997 src/po/check.vim \ |
7 | 998 src/po/cleanup.vim \ |
999 src/po/Makefile \ | |
14183
20dbc221dd3c
patch 8.1.0109: new po makefile missing from distribution
Christian Brabandt <cb@256bit.org>
parents:
13784
diff
changeset
|
1000 src/po/Make_all.mak \ |
389 | 1001 src/po/Make_cyg.mak \ |
7 | 1002 src/po/Make_ming.mak \ |
1003 src/po/Make_mvc.mak \ | |
16285
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16229
diff
changeset
|
1004 src/po/vim.desktop.in \ |
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16229
diff
changeset
|
1005 src/po/gvim.desktop.in \ |
7 | 1006 src/po/sjiscorr.c \ |
1007 src/po/*.po \ | |
1008 | |
1009 # the language files for the Win32 lang archive | |
1010 LANG_DOS = \ | |
1011 src/po/*.mo \ | |
1012 | |
1013 # vim: set ft=make: |