Mercurial > vim
annotate Filelist @ 16675:6d9f696696fe
Added tag v8.1.1339 for changeset 3c182c5501958395da78a7c99c2eb38d6e73d96d
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 17 May 2019 12:45:07 +0200 |
parents | 30de89c1d090 |
children | eda4d65f232c |
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 \ |
5889 | 7 .hgignore \ |
13784
229cfca9342a
patch 8.0.1764: lgtm considers tutor.es to be EcmaScript
Christian Brabandt <cb@256bit.org>
parents:
13348
diff
changeset
|
8 .lgtm.yml \ |
7121
a497a9868255
commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
7068
diff
changeset
|
9 .travis.yml \ |
a497a9868255
commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
7068
diff
changeset
|
10 appveyor.yml \ |
15723
bec05be6858a
patch 8.1.0869: Travis CI script is too complicated
Bram Moolenaar <Bram@vim.org>
parents:
15699
diff
changeset
|
11 ci/appveyor.bat \ |
14272
5403d789674f
patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
14222
diff
changeset
|
12 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
|
13 src/README.md \ |
7558
9a4c9dccd603
commit https://github.com/vim/vim/commit/b86a343280b08d6701da68ee0651e960a0a7a61c
Christian Brabandt <cb@256bit.org>
parents:
7478
diff
changeset
|
14 src/alloc.h \ |
7 | 15 src/arabic.c \ |
16 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
|
17 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
|
18 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
|
19 src/beval.h \ |
15513
06dd244b461b
patch 8.1.0764: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
15410
diff
changeset
|
20 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
|
21 src/blowfish.c \ |
7 | 22 src/buffer.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
|
23 src/change.c \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
24 src/channel.c \ |
7 | 25 src/charset.c \ |
6124 | 26 src/crypt.c \ |
27 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
|
28 src/debugger.c \ |
9556
afaff1d283d3
commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4
Christian Brabandt <cb@256bit.org>
parents:
9519
diff
changeset
|
29 src/dict.c \ |
7 | 30 src/diff.c \ |
31 src/digraph.c \ | |
32 src/edit.c \ | |
33 src/eval.c \ | |
9571
5eaa708ab50d
commit https://github.com/vim/vim/commit/73dad1e64cb42842d8259cb1a255a6fa59822f76
Christian Brabandt <cb@256bit.org>
parents:
9562
diff
changeset
|
34 src/evalfunc.c \ |
11374
889da8649221
patch 8.0.0572: building the command table requires Perl
Christian Brabandt <cb@256bit.org>
parents:
11370
diff
changeset
|
35 src/ex_cmdidxs.h \ |
7 | 36 src/ex_cmds.c \ |
37 src/ex_cmds.h \ | |
38 src/ex_cmds2.c \ | |
39 src/ex_docmd.c \ | |
40 src/ex_eval.c \ | |
41 src/ex_getln.c \ | |
42 src/feature.h \ | |
43 src/fileio.c \ | |
15814
99ebf78686a9
patch 8.1.0914: code related to findfile() is spread out
Bram Moolenaar <Bram@vim.org>
parents:
15731
diff
changeset
|
44 src/findfile.c \ |
7 | 45 src/fold.c \ |
46 src/getchar.c \ | |
47 src/globals.h \ | |
48 src/gui.c \ | |
49 src/gui.h \ | |
50 src/gui_beval.c \ | |
442 | 51 src/hardcopy.c \ |
800 | 52 src/hashtab.c \ |
15699
2d941023bd2f
patch 8.1.0857: indent functionality is not separated
Bram Moolenaar <Bram@vim.org>
parents:
15634
diff
changeset
|
53 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
|
54 src/insexpand.c \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
55 src/json.c \ |
7897
43071dab7621
commit https://github.com/vim/vim/commit/d087566a419cc107adab77db997b184ea0e433ad
Christian Brabandt <cb@256bit.org>
parents:
7745
diff
changeset
|
56 src/json_test.c \ |
10735
91bade354a41
patch 8.0.0257: test file missing in distribution
Christian Brabandt <cb@256bit.org>
parents:
10722
diff
changeset
|
57 src/kword_test.c \ |
9560
1e68dfd7931b
commit https://github.com/vim/vim/commit/da861d631d7e22654faee2789286c685ad548911
Christian Brabandt <cb@256bit.org>
parents:
9556
diff
changeset
|
58 src/list.c \ |
7 | 59 src/keymap.h \ |
60 src/macros.h \ | |
61 src/main.c \ | |
62 src/mark.c \ | |
63 src/mbyte.c \ | |
64 src/memfile.c \ | |
2730 | 65 src/memfile_test.c \ |
7 | 66 src/memline.c \ |
67 src/menu.c \ | |
68 src/message.c \ | |
9556
afaff1d283d3
commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4
Christian Brabandt <cb@256bit.org>
parents:
9519
diff
changeset
|
69 src/message_test.c \ |
7 | 70 src/misc1.c \ |
71 src/misc2.c \ | |
72 src/move.c \ | |
73 src/mysign \ | |
74 src/nbdebug.c \ | |
75 src/nbdebug.h \ | |
76 src/netbeans.c \ | |
77 src/normal.c \ | |
78 src/ops.c \ | |
79 src/option.c \ | |
80 src/option.h \ | |
800 | 81 src/popupmnu.c \ |
7 | 82 src/quickfix.c \ |
83 src/regexp.c \ | |
4444 | 84 src/regexp_nfa.c \ |
7 | 85 src/regexp.h \ |
86 src/screen.c \ | |
87 src/search.c \ | |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
88 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
|
89 src/sign.c \ |
224 | 90 src/spell.c \ |
9583
b0c7061d6439
commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
Christian Brabandt <cb@256bit.org>
parents:
9571
diff
changeset
|
91 src/spell.h \ |
b0c7061d6439
commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
Christian Brabandt <cb@256bit.org>
parents:
9571
diff
changeset
|
92 src/spellfile.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
|
93 src/structs.h \ |
7 | 94 src/syntax.c \ |
95 src/tag.c \ | |
96 src/term.c \ | |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
97 src/terminal.c \ |
7 | 98 src/term.h \ |
99 src/termlib.c \ | |
15138
9df130fd5e0d
patch 8.1.0579: cannot attach properties to text
Bram Moolenaar <Bram@vim.org>
parents:
14970
diff
changeset
|
100 src/textprop.c \ |
7 | 101 src/ui.c \ |
102 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
|
103 src/usercmd.c \ |
9562
86af4a48c00a
commit https://github.com/vim/vim/commit/a9b579f3d7463720a316e11e77a7a9fbb9267986
Christian Brabandt <cb@256bit.org>
parents:
9560
diff
changeset
|
104 src/userfunc.c \ |
7 | 105 src/version.c \ |
106 src/version.h \ | |
107 src/vim.h \ | |
4174 | 108 src/winclip.c \ |
7 | 109 src/window.c \ |
10028
62b7fb15ff7e
commit https://github.com/vim/vim/commit/fec246d2c595164ac3b7e9fe9677053d3739b834
Christian Brabandt <cb@256bit.org>
parents:
9669
diff
changeset
|
110 src/tee/tee.c \ |
7 | 111 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
|
112 src/testdir/gen_opt_test.vim \ |
6181 | 113 src/testdir/README.txt \ |
7382
58958b8c9881
commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a
Christian Brabandt <cb@256bit.org>
parents:
7279
diff
changeset
|
114 src/testdir/Make_all.mak \ |
7 | 115 src/testdir/*.in \ |
7910
e873010fb658
commit https://github.com/vim/vim/commit/bf087cead956513bcd8d40d70322875c479a1984
Christian Brabandt <cb@256bit.org>
parents:
7897
diff
changeset
|
116 src/testdir/*.py \ |
12041
e7388037a904
patch 8.0.0901: asan suppress file missing from distribution
Christian Brabandt <cb@256bit.org>
parents:
11999
diff
changeset
|
117 src/testdir/lsan-suppress.txt \ |
5619 | 118 src/testdir/sautest/autoload/*.vim \ |
7279
b5e9810b389d
commit https://github.com/vim/vim/commit/683fa185a4b4ed7595e5942901548b8239ed5cdb
Christian Brabandt <cb@256bit.org>
parents:
7189
diff
changeset
|
119 src/testdir/runtest.vim \ |
9519
2faeec4787be
commit https://github.com/vim/vim/commit/a6aa78a3e3433db42b8ab644dab7cd327f6d9499
Christian Brabandt <cb@256bit.org>
parents:
9403
diff
changeset
|
120 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
|
121 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
|
122 src/testdir/view_util.vim \ |
9519
2faeec4787be
commit https://github.com/vim/vim/commit/a6aa78a3e3433db42b8ab644dab7cd327f6d9499
Christian Brabandt <cb@256bit.org>
parents:
9403
diff
changeset
|
123 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
|
124 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
|
125 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
|
126 src/testdir/gui_preinit.vim \ |
140 | 127 src/testdir/test[0-9]*.ok \ |
5812 | 128 src/testdir/test[0-9]*a.ok \ |
129 src/testdir/test_[a-z]*.ok \ | |
7 | 130 src/testdir/test49.vim \ |
3137 | 131 src/testdir/test83-tags? \ |
5812 | 132 src/testdir/test77a.com \ |
5850 | 133 src/testdir/test_*.vim \ |
4839
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
134 src/testdir/python2/*.py \ |
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
135 src/testdir/python3/*.py \ |
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
136 src/testdir/pythonx/*.py \ |
4993
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
137 src/testdir/pythonx/topmodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
138 src/testdir/pythonx/topmodule/submodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
139 src/testdir/pythonx/topmodule/submodule/subsubmodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
140 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
|
141 src/testdir/python_after/*.py \ |
96e154e825a7
updated for version 7.3.1172
Bram Moolenaar <bram@vim.org>
parents:
4839
diff
changeset
|
142 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
|
143 src/testdir/pyxfile/*.py \ |
6328 | 144 src/testdir/bench*.in \ |
145 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
|
146 src/testdir/dumps/*.dump \ |
6337 | 147 src/testdir/samples/*.txt \ |
12843
28941cc872ca
patch 8.0.1298: missing test file
Christian Brabandt <cb@256bit.org>
parents:
12816
diff
changeset
|
148 src/testdir/samples/test000 \ |
11999
94e37fd22556
patch 8.0.0880: Travis uses an old Ubuntu version
Christian Brabandt <cb@256bit.org>
parents:
11868
diff
changeset
|
149 src/testdir/if_ver*.vim \ |
12944
2d54f1e7ba0f
patch 8.0.1348: make testclean deletes script file on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
12901
diff
changeset
|
150 src/testdir/color_ramp.vim \ |
7 | 151 src/proto.h \ |
14782
d2aea794a681
patch 8.1.0403: header file missing from distribution
Christian Brabandt <cb@256bit.org>
parents:
14702
diff
changeset
|
152 src/protodef.h \ |
9403
9b048dced116
commit https://github.com/vim/vim/commit/75464dc434c43efac60e8bfd9bec2a8b736407e9
Christian Brabandt <cb@256bit.org>
parents:
9363
diff
changeset
|
153 src/proto/arabic.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
|
154 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
|
155 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
|
156 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
|
157 src/proto/blowfish.pro \ |
7 | 158 src/proto/buffer.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
|
159 src/proto/change.pro \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
160 src/proto/channel.pro \ |
7 | 161 src/proto/charset.pro \ |
6124 | 162 src/proto/crypt.pro \ |
163 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
|
164 src/proto/debugger.pro \ |
9556
afaff1d283d3
commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4
Christian Brabandt <cb@256bit.org>
parents:
9519
diff
changeset
|
165 src/proto/dict.pro \ |
7 | 166 src/proto/diff.pro \ |
167 src/proto/digraph.pro \ | |
168 src/proto/edit.pro \ | |
169 src/proto/eval.pro \ | |
9571
5eaa708ab50d
commit https://github.com/vim/vim/commit/73dad1e64cb42842d8259cb1a255a6fa59822f76
Christian Brabandt <cb@256bit.org>
parents:
9562
diff
changeset
|
170 src/proto/evalfunc.pro \ |
7 | 171 src/proto/ex_cmds.pro \ |
172 src/proto/ex_cmds2.pro \ | |
173 src/proto/ex_docmd.pro \ | |
174 src/proto/ex_eval.pro \ | |
175 src/proto/ex_getln.pro \ | |
176 src/proto/fileio.pro \ | |
15814
99ebf78686a9
patch 8.1.0914: code related to findfile() is spread out
Bram Moolenaar <Bram@vim.org>
parents:
15731
diff
changeset
|
177 src/proto/findfile.pro \ |
7 | 178 src/proto/fold.pro \ |
179 src/proto/getchar.pro \ | |
180 src/proto/gui.pro \ | |
181 src/proto/gui_beval.pro \ | |
442 | 182 src/proto/hardcopy.pro \ |
800 | 183 src/proto/hashtab.pro \ |
15699
2d941023bd2f
patch 8.1.0857: indent functionality is not separated
Bram Moolenaar <Bram@vim.org>
parents:
15634
diff
changeset
|
184 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
|
185 src/proto/insexpand.pro \ |
7712
bce3b5ddb393
commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34
Christian Brabandt <cb@256bit.org>
parents:
7607
diff
changeset
|
186 src/proto/json.pro \ |
9560
1e68dfd7931b
commit https://github.com/vim/vim/commit/da861d631d7e22654faee2789286c685ad548911
Christian Brabandt <cb@256bit.org>
parents:
9556
diff
changeset
|
187 src/proto/list.pro \ |
7 | 188 src/proto/main.pro \ |
189 src/proto/mark.pro \ | |
190 src/proto/mbyte.pro \ | |
191 src/proto/memfile.pro \ | |
192 src/proto/memline.pro \ | |
193 src/proto/menu.pro \ | |
194 src/proto/message.pro \ | |
195 src/proto/misc1.pro \ | |
196 src/proto/misc2.pro \ | |
197 src/proto/move.pro \ | |
198 src/proto/netbeans.pro \ | |
199 src/proto/normal.pro \ | |
200 src/proto/ops.pro \ | |
201 src/proto/option.pro \ | |
800 | 202 src/proto/popupmnu.pro \ |
7 | 203 src/proto/quickfix.pro \ |
204 src/proto/regexp.pro \ | |
205 src/proto/screen.pro \ | |
206 src/proto/search.pro \ | |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
207 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
|
208 src/proto/sign.pro \ |
224 | 209 src/proto/spell.pro \ |
9583
b0c7061d6439
commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
Christian Brabandt <cb@256bit.org>
parents:
9571
diff
changeset
|
210 src/proto/spellfile.pro \ |
7 | 211 src/proto/syntax.pro \ |
212 src/proto/tag.pro \ | |
213 src/proto/term.pro \ | |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
214 src/proto/terminal.pro \ |
7 | 215 src/proto/termlib.pro \ |
15138
9df130fd5e0d
patch 8.1.0579: cannot attach properties to text
Bram Moolenaar <Bram@vim.org>
parents:
14970
diff
changeset
|
216 src/proto/textprop.pro \ |
7 | 217 src/proto/ui.pro \ |
218 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
|
219 src/proto/usercmd.pro \ |
9562
86af4a48c00a
commit https://github.com/vim/vim/commit/a9b579f3d7463720a316e11e77a7a9fbb9267986
Christian Brabandt <cb@256bit.org>
parents:
9560
diff
changeset
|
220 src/proto/userfunc.pro \ |
7 | 221 src/proto/version.pro \ |
4174 | 222 src/proto/winclip.pro \ |
7 | 223 src/proto/window.pro \ |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
224 src/libvterm/.bzrignore \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
225 src/libvterm/.gitignore \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
226 src/libvterm/LICENSE \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
227 src/libvterm/Makefile \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
228 src/libvterm/README \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
229 src/libvterm/tbl2inc_c.pl \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
230 src/libvterm/vterm.pc.in \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
231 src/libvterm/bin/unterm.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
232 src/libvterm/bin/vterm-ctrl.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
233 src/libvterm/bin/vterm-dump.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
234 src/libvterm/doc/URLs \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
235 src/libvterm/doc/seqs.txt \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
236 src/libvterm/include/vterm.h \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
237 src/libvterm/include/vterm_keycodes.h \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
238 src/libvterm/src/encoding.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
239 src/libvterm/src/encoding/DECdrawing.inc \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
240 src/libvterm/src/encoding/DECdrawing.tbl \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
241 src/libvterm/src/encoding/uk.inc \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
242 src/libvterm/src/encoding/uk.tbl \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
243 src/libvterm/src/keyboard.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
244 src/libvterm/src/mouse.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
245 src/libvterm/src/parser.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
246 src/libvterm/src/pen.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
247 src/libvterm/src/rect.h \ |
14798
487f3bd87594
patch 8.1.0411: renamed file missing from distribution
Christian Brabandt <cb@256bit.org>
parents:
14782
diff
changeset
|
248 src/libvterm/src/termscreen.c \ |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
249 src/libvterm/src/state.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
250 src/libvterm/src/unicode.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
251 src/libvterm/src/utf8.h \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
252 src/libvterm/src/vterm.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
253 src/libvterm/src/vterm_internal.h \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
254 src/libvterm/t/02parser.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
255 src/libvterm/t/03encoding_utf8.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
256 src/libvterm/t/10state_putglyph.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
257 src/libvterm/t/11state_movecursor.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
258 src/libvterm/t/12state_scroll.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
259 src/libvterm/t/13state_edit.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
260 src/libvterm/t/14state_encoding.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
261 src/libvterm/t/15state_mode.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
262 src/libvterm/t/16state_resize.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
263 src/libvterm/t/17state_mouse.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
264 src/libvterm/t/18state_termprops.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
265 src/libvterm/t/20state_wrapping.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
266 src/libvterm/t/21state_tabstops.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
267 src/libvterm/t/22state_save.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
268 src/libvterm/t/25state_input.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
269 src/libvterm/t/26state_query.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
270 src/libvterm/t/27state_reset.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
271 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
|
272 src/libvterm/t/29state_fallback.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
273 src/libvterm/t/30pen.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
274 src/libvterm/t/40screen_ascii.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
275 src/libvterm/t/41screen_unicode.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
276 src/libvterm/t/42screen_damage.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
277 src/libvterm/t/43screen_resize.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
278 src/libvterm/t/44screen_pen.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
279 src/libvterm/t/45screen_protect.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
280 src/libvterm/t/46screen_extent.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
281 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
|
282 src/libvterm/t/48screen_termprops.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
283 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
|
284 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
|
285 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
|
286 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
|
287 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
|
288 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
|
289 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
|
290 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
|
291 src/libvterm/t/92lp1640917.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
292 src/libvterm/t/harness.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
293 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
|
294 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
|
295 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
|
296 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
|
297 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
|
298 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
|
299 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
|
300 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
|
301 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
|
302 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
|
303 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
|
304 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
|
305 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
|
306 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
|
307 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
|
308 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
|
309 src/xdiff/xutils.h \ |
7 | 310 |
311 | |
312 # source files for Unix only | |
313 SRC_UNIX = \ | |
314 Makefile \ | |
315 Filelist \ | |
316 README_src.txt \ | |
317 configure \ | |
318 pixmaps/*.xpm \ | |
7382
58958b8c9881
commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a
Christian Brabandt <cb@256bit.org>
parents:
7279
diff
changeset
|
319 pixmaps/*.png \ |
7 | 320 pixmaps/gen-inline-pixbufs.sh \ |
321 pixmaps/stock_icons.h \ | |
322 src/INSTALL \ | |
1648 | 323 src/INSTALLx.txt \ |
7 | 324 src/Makefile \ |
325 src/auto/configure \ | |
326 src/config.h.in \ | |
327 src/config.mk.dist \ | |
328 src/config.mk.in \ | |
329 src/configure \ | |
10375
2055d3722c5b
commit https://github.com/vim/vim/commit/3f7d0907269558cb3ea184a3083640f9e20bb21e
Christian Brabandt <cb@256bit.org>
parents:
10032
diff
changeset
|
330 src/configure.ac \ |
11374
889da8649221
patch 8.0.0572: building the command table requires Perl
Christian Brabandt <cb@256bit.org>
parents:
11370
diff
changeset
|
331 src/create_cmdidxs.vim \ |
7 | 332 src/gui_at_fs.c \ |
333 src/gui_at_sb.c \ | |
334 src/gui_at_sb.h \ | |
335 src/gui_athena.c \ | |
336 src/gui_gtk.c \ | |
337 src/gui_gtk_f.c \ | |
338 src/gui_gtk_f.h \ | |
339 src/gui_gtk_x11.c \ | |
7430
e2fe7a67b3a4
commit https://github.com/vim/vim/commit/39373819fd5fad825df416f1e2b96a6f43758e23
Christian Brabandt <cb@256bit.org>
parents:
7424
diff
changeset
|
340 src/gui_gtk_res.xml \ |
7 | 341 src/gui_motif.c \ |
45 | 342 src/gui_xmdlg.c \ |
50 | 343 src/gui_xmebw.c \ |
344 src/gui_xmebw.h \ | |
345 src/gui_xmebwp.h \ | |
7 | 346 src/gui_x11.c \ |
50 | 347 src/gui_x11_pm.h \ |
7 | 348 src/hangulin.c \ |
349 src/if_xcmdsrv.c \ | |
350 src/link.sh \ | |
40 | 351 src/installman.sh \ |
352 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
|
353 src/install-sh \ |
7 | 354 src/os_unix.c \ |
355 src/os_unix.h \ | |
356 src/os_unixx.h \ | |
357 src/osdef.sh \ | |
358 src/osdef1.h.in \ | |
359 src/osdef2.h.in \ | |
360 src/pathdef.sh \ | |
361 src/proto/gui_athena.pro \ | |
362 src/proto/gui_gtk.pro \ | |
363 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
|
364 src/proto/gui_gtk_gresources.pro \ |
7 | 365 src/proto/gui_motif.pro \ |
45 | 366 src/proto/gui_xmdlg.pro \ |
7 | 367 src/proto/gui_x11.pro \ |
368 src/proto/hangulin.pro \ | |
369 src/proto/if_xcmdsrv.pro \ | |
370 src/proto/os_unix.pro \ | |
371 src/proto/pty.pro \ | |
372 src/pty.c \ | |
373 src/testdir/Makefile \ | |
374 src/testdir/unix.vim \ | |
375 src/toolcheck \ | |
376 src/vim_icon.xbm \ | |
377 src/vim_mask.xbm \ | |
378 src/vimtutor \ | |
1585 | 379 src/gvimtutor \ |
7 | 380 src/which.sh \ |
10028
62b7fb15ff7e
commit https://github.com/vim/vim/commit/fec246d2c595164ac3b7e9fe9677053d3739b834
Christian Brabandt <cb@256bit.org>
parents:
9669
diff
changeset
|
381 src/tee/Makefile \ |
7 | 382 src/xxd/Makefile \ |
383 | |
384 # source files for both DOS and Unix | |
385 SRC_DOS_UNIX = \ | |
386 src/if_cscope.c \ | |
387 src/if_cscope.h \ | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
388 src/if_lua.c \ |
14 | 389 src/if_mzsch.c \ |
390 src/if_mzsch.h \ | |
7 | 391 src/if_perl.xs \ |
392 src/if_perlsfio.c \ | |
393 src/if_python.c \ | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
394 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
|
395 src/if_py_both.h \ |
7 | 396 src/if_ruby.c \ |
397 src/if_tcl.c \ | |
398 src/proto/if_cscope.pro \ | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
399 src/proto/if_lua.pro \ |
14 | 400 src/proto/if_mzsch.pro \ |
7 | 401 src/proto/if_perl.pro \ |
402 src/proto/if_perlsfio.pro \ | |
403 src/proto/if_python.pro \ | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
404 src/proto/if_python3.pro \ |
7 | 405 src/proto/if_ruby.pro \ |
406 src/proto/if_tcl.pro \ | |
407 src/typemap \ | |
408 | |
409 # source files for DOS (also in the extra archive) | |
410 SRC_DOS = \ | |
10 | 411 src/GvimExt/*.mak \ |
412 src/GvimExt/GvimExt.reg \ | |
413 src/GvimExt/Makefile \ | |
414 src/GvimExt/README.txt \ | |
415 src/GvimExt/gvimext.cpp \ | |
416 src/GvimExt/gvimext.def \ | |
417 src/GvimExt/gvimext.h \ | |
418 src/GvimExt/gvimext.inf \ | |
419 src/GvimExt/gvimext.rc \ | |
420 src/GvimExt/gvimext_ming.def \ | |
421 src/GvimExt/gvimext_ming.rc \ | |
422 src/GvimExt/resource.h \ | |
423 src/GvimExt/uninst.bat \ | |
7 | 424 README_srcdos.txt \ |
425 src/INSTALLpc.txt \ | |
426 src/Make_cyg.mak \ | |
6326 | 427 src/Make_cyg_ming.mak \ |
7 | 428 src/Make_ming.mak \ |
429 src/Make_mvc.mak \ | |
10032
f0b1cbf9467e
commit https://github.com/vim/vim/commit/cb03397abae22e7237511db2e19ad5ef3e5e5f4e
Christian Brabandt <cb@256bit.org>
parents:
10028
diff
changeset
|
430 tools/rename.bat \ |
7 | 431 src/bigvim.bat \ |
3845 | 432 src/bigvim64.bat \ |
714 | 433 src/msvcsetup.bat \ |
1648 | 434 src/msvc2008.bat \ |
2871 | 435 src/msvc2010.bat \ |
12610
c6dc5d62cf5e
patch 8.0.1183: MS-Windows build instructions are outdated
Christian Brabandt <cb@256bit.org>
parents:
12541
diff
changeset
|
436 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
|
437 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
|
438 src/msys64.bat \ |
7 | 439 src/dimm.idl \ |
440 src/dlldata.c \ | |
441 src/dosinst.c \ | |
442 src/dosinst.h \ | |
443 src/glbl_ime.cpp \ | |
444 src/glbl_ime.h \ | |
6124 | 445 src/gui_dwrite.cpp \ |
446 src/gui_dwrite.h \ | |
7 | 447 src/gui_w32.c \ |
448 src/gui_w32_rc.h \ | |
449 src/if_ole.cpp \ | |
450 src/if_ole.h \ | |
451 src/if_ole.idl \ | |
7414
d467ca80d3c1
commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963
Christian Brabandt <cb@256bit.org>
parents:
7382
diff
changeset
|
452 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
|
453 src/iscygpty.c \ |
f9dda6450c76
commit https://github.com/vim/vim/commit/97ff9b9cffd97219d888874b9b3811d55e99c78f
Christian Brabandt <cb@256bit.org>
parents:
9328
diff
changeset
|
454 src/iscygpty.h \ |
7 | 455 src/iid_ole.c \ |
456 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
|
457 src/os_w32dll.c \ |
7 | 458 src/os_w32exe.c \ |
459 src/os_win32.c \ | |
460 src/os_mswin.c \ | |
461 src/os_win32.h \ | |
462 src/proto/gui_w32.pro \ | |
463 src/proto/if_ole.pro \ | |
464 src/proto/os_win32.pro \ | |
465 src/proto/os_mswin.pro \ | |
466 src/testdir/Make_dos.mak \ | |
1724 | 467 src/testdir/Make_ming.mak \ |
7 | 468 src/testdir/dos.vim \ |
469 src/uninstal.c \ | |
470 src/vim.def \ | |
471 src/vim.rc \ | |
714 | 472 src/vimio.h \ |
7 | 473 src/gvim.exe.mnf \ |
474 src/vimrun.c \ | |
475 src/xpm_w32.c \ | |
476 src/xpm_w32.h \ | |
10028
62b7fb15ff7e
commit https://github.com/vim/vim/commit/fec246d2c595164ac3b7e9fe9677053d3739b834
Christian Brabandt <cb@256bit.org>
parents:
9669
diff
changeset
|
477 src/tee/Make_mvc.mak \ |
3110 | 478 src/xxd/Make_ming.mak \ |
7 | 479 src/xxd/Make_mvc.mak \ |
480 nsis/gvim.nsi \ | |
7450
e159dff12e40
commit https://github.com/vim/vim/commit/92c23d8ab82e723e5fa2e0c5ee06348d72b8e444
Christian Brabandt <cb@256bit.org>
parents:
7430
diff
changeset
|
481 nsis/gvim_version.nsh \ |
7 | 482 nsis/README.txt \ |
15213
c0eb9a74f73d
patch 8.1.0616: NSIS installer is outdated
Bram Moolenaar <Bram@vim.org>
parents:
15138
diff
changeset
|
483 nsis/lang/*.nsi \ |
7 | 484 uninstal.txt \ |
485 src/VisVim/Commands.cpp \ | |
486 src/VisVim/Commands.h \ | |
487 src/VisVim/DSAddIn.cpp \ | |
488 src/VisVim/DSAddIn.h \ | |
489 src/VisVim/OleAut.cpp \ | |
490 src/VisVim/OleAut.h \ | |
491 src/VisVim/README_VisVim.txt \ | |
492 src/VisVim/Reg.cpp \ | |
493 src/VisVim/Register.bat \ | |
494 src/VisVim/Resource.h \ | |
495 src/VisVim/StdAfx.cpp \ | |
496 src/VisVim/StdAfx.h \ | |
497 src/VisVim/UnRegist.bat \ | |
498 src/VisVim/VisVim.cpp \ | |
499 src/VisVim/VisVim.def \ | |
500 src/VisVim/VisVim.mak \ | |
501 src/VisVim/VisVim.h \ | |
502 src/VisVim/VisVim.odl \ | |
503 src/VisVim/VisVim.rc \ | |
504 src/VisVim/VsReadMe.txt \ | |
505 | |
506 # source files for DOS without CR/LF translation (also in the extra archive) | |
507 SRC_DOS_BIN = \ | |
179 | 508 src/VisVim/Res/*.bmp \ |
7 | 509 src/tearoff.bmp \ |
510 src/tools.bmp \ | |
511 src/vim*.ico \ | |
512 src/vim.tlb \ | |
3762 | 513 src/xpm/COPYRIGHT \ |
514 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
|
515 src/xpm/arm64/lib-vc14/libXpm.lib \ |
3762 | 516 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
|
517 src/xpm/x64/lib-vc14/libXpm.lib \ |
3845 | 518 src/xpm/x64/lib/libXpm.a \ |
3762 | 519 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
|
520 src/xpm/x86/lib-vc14/libXpm.lib \ |
3762 | 521 src/xpm/x86/lib/libXpm.a \ |
522 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
|
523 nsis/icons.zip \ |
7 | 524 |
525 # source files for Amiga, DOS, etc. (also in the extra archive) | |
526 SRC_AMI_DOS = \ | |
527 | |
528 # source files for Amiga (also in the extra archive) | |
529 SRC_AMI = \ | |
530 README_amisrc.txt \ | |
531 README_amisrc.txt.info \ | |
532 src.info \ | |
533 src/INSTALLami.txt \ | |
534 src/Make_dice.mak \ | |
535 src/Make_manx.mak \ | |
536 src/Make_morph.mak \ | |
537 src/Make_sas.mak \ | |
538 src/os_amiga.c \ | |
539 src/os_amiga.h \ | |
540 src/proto/os_amiga.pro \ | |
541 src/testdir/Make_amiga.mak \ | |
542 src/testdir/amiga.vim \ | |
543 src/xxd/Make_amiga.mak \ | |
544 | |
545 # source files for the Mac (also in the extra archive) | |
546 SRC_MAC = \ | |
547 src/INSTALLmac.txt \ | |
548 src/dehqx.py \ | |
549 src/gui_mac.c \ | |
819 | 550 src/os_mac_rsrc/*.icns \ |
18 | 551 src/os_mac.h \ |
552 src/os_mac.rsr.hqx \ | |
553 src/os_mac_conv.c \ | |
2309
543ea69d037f
Add clipboard support in Mac console. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2180
diff
changeset
|
554 src/os_macosx.m \ |
7 | 555 src/proto/gui_mac.pro \ |
501 | 556 src/proto/os_mac_conv.pro \ |
7 | 557 |
558 # source files for VMS (in the extra archive) | |
559 SRC_VMS = \ | |
560 src/INSTALLvms.txt \ | |
561 src/Make_vms.mms \ | |
562 src/gui_gtk_vms.h \ | |
563 src/os_vms.c \ | |
564 src/os_vms_conf.h \ | |
565 src/os_vms_mms.c \ | |
566 src/proto/os_vms.pro \ | |
567 src/testdir/Make_vms.mms \ | |
568 src/testdir/vms.vim \ | |
569 src/xxd/Make_vms.mms \ | |
570 vimtutor.com \ | |
571 | |
572 # source files for QNX (in the extra archive) | |
573 SRC_QNX = \ | |
574 src/os_qnx.c \ | |
575 src/os_qnx.h \ | |
576 src/gui_photon.c \ | |
577 src/proto/gui_photon.pro \ | |
578 src/proto/os_qnx.pro \ | |
579 | |
580 | |
581 # source files for the extra archive (all sources that are not for Unix) | |
582 SRC_EXTRA = \ | |
583 $(SRC_AMI) \ | |
584 $(SRC_AMI_DOS) \ | |
585 $(SRC_DOS) \ | |
586 $(SRC_DOS_BIN) \ | |
587 $(SRC_MAC) \ | |
588 $(SRC_QNX) \ | |
589 $(SRC_VMS) \ | |
590 README_os390.txt \ | |
591 src/Make_mint.mak \ | |
592 src/infplist.xml \ | |
593 src/link.390 \ | |
594 src/os_beos.c \ | |
595 src/os_beos.h \ | |
596 src/os_beos.rsrc \ | |
4174 | 597 src/proto/os_beos.pro \ |
7 | 598 src/os_mint.h \ |
599 src/os_vms_fix.com \ | |
600 src/toolbar.phi \ | |
601 | |
602 # runtime files for all distributions | |
603 RT_ALL = \ | |
604 README.txt \ | |
6916 | 605 README.md \ |
7068
a55f35ed381b
commit https://github.com/vim/vim/commit/6017f3799dbb744fc34894d968b36729e607203e
Christian Brabandt <cb@256bit.org>
parents:
6916
diff
changeset
|
606 CONTRIBUTING.md \ |
7 | 607 runtime/bugreport.vim \ |
608 runtime/doc/*.awk \ | |
609 runtime/doc/*.pl \ | |
610 runtime/doc/*.txt \ | |
611 runtime/doc/Makefile \ | |
612 runtime/doc/doctags.c \ | |
12952
7fd105bfe992
patch 8.0.1352: dead URLs in the help go unnoticed
Christian Brabandt <cb@256bit.org>
parents:
12944
diff
changeset
|
613 runtime/doc/test_urls.vim \ |
7 | 614 runtime/doc/vim.1 \ |
615 runtime/doc/evim.1 \ | |
616 runtime/doc/vimdiff.1 \ | |
617 runtime/doc/vimtutor.1 \ | |
618 runtime/doc/xxd.1 \ | |
619 runtime/ftoff.vim \ | |
620 runtime/gvimrc_example.vim \ | |
621 runtime/macros/README.txt \ | |
590 | 622 runtime/macros/editexisting.vim \ |
7 | 623 runtime/macros/hanoi/click.me \ |
624 runtime/macros/hanoi/hanoi.vim \ | |
625 runtime/macros/hanoi/poster \ | |
626 runtime/macros/justify.vim \ | |
3685 | 627 runtime/macros/less.bat \ |
7 | 628 runtime/macros/less.sh \ |
629 runtime/macros/less.vim \ | |
630 runtime/macros/life/click.me \ | |
631 runtime/macros/life/life.vim \ | |
8728
b1ca6aa215b7
commit https://github.com/vim/vim/commit/da64ab322ae35e473a24b211d22d05b1439aa05c
Christian Brabandt <cb@256bit.org>
parents:
8720
diff
changeset
|
632 runtime/macros/matchit.vim \ |
7 | 633 runtime/macros/maze/README.txt \ |
634 runtime/macros/maze/[mM]akefile \ | |
635 runtime/macros/maze/maze.c \ | |
636 runtime/macros/maze/maze_5.78 \ | |
637 runtime/macros/maze/maze_mac \ | |
638 runtime/macros/maze/mazeansi.c \ | |
639 runtime/macros/maze/mazeclean.c \ | |
640 runtime/macros/maze/poster \ | |
641 runtime/macros/shellmenu.vim \ | |
642 runtime/macros/swapmous.vim \ | |
643 runtime/macros/urm/README.txt \ | |
644 runtime/macros/urm/examples \ | |
645 runtime/macros/urm/urm \ | |
646 runtime/macros/urm/urm.vim \ | |
9669
284b4eb307fc
commit https://github.com/vim/vim/commit/8c08b5b569e2a9e9f63dea514591ecfa2d3bb392
Christian Brabandt <cb@256bit.org>
parents:
9583
diff
changeset
|
647 runtime/defaults.vim \ |
284b4eb307fc
commit https://github.com/vim/vim/commit/8c08b5b569e2a9e9f63dea514591ecfa2d3bb392
Christian Brabandt <cb@256bit.org>
parents:
9583
diff
changeset
|
648 runtime/evim.vim \ |
7 | 649 runtime/mswin.vim \ |
650 runtime/optwin.vim \ | |
651 runtime/ftplugin.vim \ | |
652 runtime/ftplugof.vim \ | |
653 runtime/indent.vim \ | |
654 runtime/indoff.vim \ | |
655 runtime/termcap \ | |
656 runtime/tools/README.txt \ | |
657 runtime/tools/[a-z]*[a-z0-9] \ | |
658 runtime/tutor/README.txt \ | |
659 runtime/tutor/tutor \ | |
660 runtime/tutor/tutor.vim \ | |
661 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
|
662 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
|
663 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
|
664 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
|
665 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
|
666 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
|
667 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
|
668 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
|
669 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
|
670 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
|
671 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
|
672 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
|
673 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
|
674 runtime/pack/dist/opt/termdebug/plugin/termdebug.vim \ |
7 | 675 |
676 # runtime files for all distributions without CR-NL translation | |
677 RT_ALL_BIN = \ | |
678 runtime/doc/tags \ | |
679 runtime/print/*.ps \ | |
680 | |
681 # runtime script files | |
682 RT_SCRIPTS = \ | |
683 runtime/filetype.vim \ | |
684 runtime/scripts.vim \ | |
685 runtime/menu.vim \ | |
719 | 686 runtime/macmap.vim \ |
7 | 687 runtime/delmenu.vim \ |
688 runtime/synmenu.vim \ | |
689 runtime/makemenu.vim \ | |
446 | 690 runtime/autoload/*.vim \ |
691 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
|
692 runtime/autoload/dist/*.vim \ |
827 | 693 runtime/autoload/xml/*.vim \ |
7 | 694 runtime/colors/*.vim \ |
695 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
|
696 runtime/colors/tools/*.vim \ |
7 | 697 runtime/compiler/*.vim \ |
698 runtime/compiler/README.txt \ | |
699 runtime/indent/*.vim \ | |
700 runtime/indent/README.txt \ | |
14970
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
701 runtime/indent/Makefile \ |
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
702 runtime/indent/testdir/README.txt \ |
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
703 runtime/indent/testdir/*.vim \ |
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
704 runtime/indent/testdir/*.in \ |
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
705 runtime/indent/testdir/*.ok \ |
7 | 706 runtime/ftplugin/*.vim \ |
1668 | 707 runtime/ftplugin/logtalk.dict \ |
7 | 708 runtime/ftplugin/README.txt \ |
709 runtime/plugin/*.vim \ | |
710 runtime/plugin/README.txt \ | |
711 runtime/syntax/*.vim \ | |
712 runtime/syntax/README.txt \ | |
713 | |
714 # Unix runtime | |
715 RT_UNIX = \ | |
716 README_unix.txt \ | |
11 | 717 runtime/hi16-action-make.png \ |
718 runtime/hi22-action-make.png \ | |
7 | 719 runtime/vim16x16.png \ |
720 runtime/vim16x16.xpm \ | |
721 runtime/vim32x32.png \ | |
722 runtime/vim32x32.xpm \ | |
723 runtime/vim48x48.png \ | |
724 runtime/vim48x48.xpm \ | |
7189
0b4387f570ec
commit https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9
Christian Brabandt <cb@256bit.org>
parents:
7121
diff
changeset
|
725 runtime/gvim.desktop \ |
0b4387f570ec
commit https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9
Christian Brabandt <cb@256bit.org>
parents:
7121
diff
changeset
|
726 runtime/vim.desktop \ |
7 | 727 |
728 # Unix and DOS runtime without CR-LF translation | |
729 RT_UNIX_DOS_BIN = \ | |
730 runtime/vim16x16.gif \ | |
731 runtime/vim32x32.gif \ | |
732 runtime/vim48x48.gif \ | |
733 | |
734 # runtime not for unix or extra | |
735 RT_NO_UNIX = \ | |
736 | |
737 # runtime for Amiga (also in the extra archive) | |
738 RT_AMI_DOS = \ | |
14278
e92964e4e58e
patch 8.1.0155: evim.man missing from the distribution
Christian Brabandt <cb@256bit.org>
parents:
14272
diff
changeset
|
739 runtime/doc/evim.man \ |
7 | 740 runtime/doc/vim.man \ |
741 runtime/doc/vimdiff.man \ | |
742 runtime/doc/vimtutor.man \ | |
743 runtime/doc/xxd.man \ | |
744 | |
745 # DOS runtime (also in the extra archive) | |
746 RT_DOS = \ | |
747 README_dos.txt \ | |
748 runtime/rgb.txt \ | |
749 vimtutor.bat \ | |
750 | |
751 # DOS runtime without CR-LF translation (also in the extra archive) | |
752 RT_DOS_BIN = \ | |
753 runtime/vimlogo.cdr \ | |
754 runtime/vimlogo.eps \ | |
755 runtime/vimlogo.gif \ | |
756 runtime/vimlogo.pdf \ | |
757 | |
758 # Amiga runtime (also in the extra archive) | |
759 RT_AMI = \ | |
760 README.txt.info \ | |
761 README_ami.txt \ | |
762 README_ami.txt.info \ | |
763 runtime/doc.info \ | |
764 runtime/doc/*.info \ | |
1181 | 765 runtime/icons/README.txt \ |
766 runtime/icons/*.info \ | |
7 | 767 runtime/icons.info \ |
768 runtime/macros.info \ | |
769 runtime/macros/*.info \ | |
770 runtime/macros/hanoi/*.info \ | |
771 runtime/macros/life/*.info \ | |
772 runtime/macros/maze/*.info \ | |
773 runtime/macros/urm/*.info \ | |
774 runtime/tools.info \ | |
775 runtime/tutor.info \ | |
776 runtime/tutor/*.info \ | |
777 | |
778 # runtime files in extra archive | |
779 RT_EXTRA = \ | |
780 $(RT_AMI) \ | |
781 $(RT_AMI_DOS) \ | |
782 $(RT_DOS) \ | |
783 $(RT_DOS_BIN) \ | |
784 README_mac.txt \ | |
785 | |
786 # included in all Amiga archives | |
787 ROOT_AMI = \ | |
788 Contents \ | |
789 Contents.info \ | |
790 runtime.info \ | |
791 vimdir.info \ | |
792 | |
793 # root files for the extra archive | |
794 ROOT_EXTRA = \ | |
795 $(ROOT_AMI) \ | |
796 | |
797 # files for Amiga small binary (also in extra archive) | |
798 BIN_AMI = \ | |
799 README_amibin.txt \ | |
800 README_amibin.txt.info \ | |
801 Vim.info \ | |
802 Xxd.info \ | |
803 | |
804 # files for DOS binary (also in extra archive) | |
805 BIN_DOS = \ | |
806 README_bindos.txt \ | |
807 uninstal.txt \ | |
808 | |
809 # files for Win32 OLE binary (also in extra archive) | |
810 BIN_OLE = \ | |
811 README_ole.txt \ | |
812 | |
813 # files for Win32s binary (also in extra archive) | |
814 BIN_W32S = \ | |
815 README_w32s.txt \ | |
816 | |
817 # files for VMS binary (also in extra archive) | |
818 BIN_VMS = \ | |
819 README_vms.txt \ | |
820 | |
821 # files for OS/2 binary (also in extra archive) | |
822 BIN_OS2 = \ | |
823 README_os2.txt \ | |
824 | |
825 # binary files for extra archive | |
826 BIN_EXTRA = \ | |
827 $(BIN_AMI) \ | |
828 $(BIN_DOS) \ | |
829 $(BIN_OLE) \ | |
830 $(BIN_W32S) \ | |
831 $(BIN_VMS) \ | |
832 $(BIN_OS2) \ | |
833 | |
834 # all files for extra archive | |
835 EXTRA = \ | |
836 $(BIN_EXTRA) \ | |
837 $(ROOT_EXTRA) \ | |
838 $(RT_EXTRA) \ | |
839 $(SRC_EXTRA) \ | |
840 README_extra.txt \ | |
841 src/VisVim/VisVim.dll \ | |
842 runtime/vimlogo.xpm \ | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2044
diff
changeset
|
843 src/tee/Makefile \ |
7478
dbfa0f9ab289
commit https://github.com/vim/vim/commit/022b896592721838e387e99fd785d3ded7b68be7
Christian Brabandt <cb@256bit.org>
parents:
7450
diff
changeset
|
844 src/tee/Make_mvc.mak \ |
7 | 845 src/tee/tee.c \ |
846 | |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
847 # 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
|
848 IN_README_DIR = \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
849 README.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
850 README_ami.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
851 README_ami.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
852 README_amibin.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
853 README_amibin.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
854 README_amisrc.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
855 README_amisrc.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
856 README_bindos.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
857 README_dos.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
858 README_extra.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
859 README_mac.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
860 README_ole.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
861 README_os2.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
862 README_os390.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
863 README_src.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
864 README_srcdos.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
865 README_unix.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
866 README_vms.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
867 README_w32s.txt \ |
8639
91286ec46e97
commit https://github.com/vim/vim/commit/4d581a826c54cecdde3001fdf0a5becf67e54cfd
Christian Brabandt <cb@256bit.org>
parents:
8625
diff
changeset
|
868 Contents \ |
8625
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
869 Contents.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
870 Vim.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
871 Xxd.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
872 runtime.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
873 src.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
874 vimdir.info \ |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
875 |
7 | 876 # generic language files |
877 LANG_GEN = \ | |
14288
ffd03eb67836
patch 8.1.0160: no Danish manual translations
Christian Brabandt <cb@256bit.org>
parents:
14278
diff
changeset
|
878 runtime/doc/*-da.1 \ |
ffd03eb67836
patch 8.1.0160: no Danish manual translations
Christian Brabandt <cb@256bit.org>
parents:
14278
diff
changeset
|
879 runtime/doc/*-da.UTF-8.1 \ |
3685 | 880 runtime/doc/*-de.1 \ |
881 runtime/doc/*-de.UTF-8.1 \ | |
237 | 882 runtime/doc/*-fr.1 \ |
883 runtime/doc/*-fr.UTF-8.1 \ | |
40 | 884 runtime/doc/*-it.1 \ |
221 | 885 runtime/doc/*-it.UTF-8.1 \ |
5178
7a1b782ec64a
updated for version 7.4a.015
Bram Moolenaar <bram@vim.org>
parents:
4993
diff
changeset
|
886 runtime/doc/*-ja.UTF-8.1 \ |
809 | 887 runtime/doc/*-pl.1 \ |
888 runtime/doc/*-pl.UTF-8.1 \ | |
221 | 889 runtime/doc/*-ru.1 \ |
890 runtime/doc/*-ru.UTF-8.1 \ | |
7 | 891 runtime/lang/README.txt \ |
892 runtime/lang/menu_*.vim \ | |
893 runtime/keymap/README.txt \ | |
894 runtime/keymap/*.vim \ | |
895 runtime/tutor/README.*.txt \ | |
896 runtime/tutor/Makefile \ | |
1648 | 897 runtime/tutor/tutor.utf-8 \ |
7 | 898 runtime/tutor/tutor.?? \ |
3848 | 899 runtime/tutor/tutor.??.utf-8 \ |
900 runtime/tutor/tutor.??.euc \ | |
901 runtime/tutor/tutor.??.sjis \ | |
902 runtime/tutor/tutor.??.iso9 \ | |
903 runtime/tutor/tutor.??.big5 \ | |
904 runtime/tutor/tutor.??.cp1250 \ | |
905 runtime/tutor/tutor.??.cp1251 \ | |
906 runtime/tutor/tutor.??.cp737 \ | |
907 runtime/tutor/tutor.??_??.utf-8 \ | |
2730 | 908 runtime/tutor/tutor.bar \ |
3848 | 909 runtime/tutor/tutor.bar.utf-8 \ |
237 | 910 runtime/spell/README.txt \ |
388 | 911 runtime/spell/??/*.diff \ |
912 runtime/spell/??/main.aap \ | |
2044
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
913 runtime/spell/tet/*.diff \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
914 runtime/spell/tet/main.aap \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
915 runtime/spell/check/main.aap \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
916 runtime/spell/check/*.aff \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
917 runtime/spell/check/*.dic \ |
477 | 918 runtime/spell/yi/README.txt \ |
388 | 919 runtime/spell/main.aap \ |
488 | 920 runtime/spell/*.vim \ |
242 | 921 |
922 # generic language files, binary | |
923 LANG_GEN_BIN = \ | |
446 | 924 runtime/spell/README_en.txt \ |
242 | 925 runtime/spell/en.ascii.spl \ |
237 | 926 runtime/spell/en.latin1.spl \ |
927 runtime/spell/en.utf-8.spl \ | |
625 | 928 runtime/spell/en.ascii.sug \ |
929 runtime/spell/en.latin1.sug \ | |
930 runtime/spell/en.utf-8.sug \ | |
7 | 931 |
932 # all files for lang archive | |
933 LANG_SRC = \ | |
934 src/po/README.txt \ | |
935 src/po/README_mingw.txt \ | |
936 src/po/README_mvc.txt \ | |
461 | 937 src/po/check.vim \ |
7 | 938 src/po/cleanup.vim \ |
939 src/po/Makefile \ | |
14183
20dbc221dd3c
patch 8.1.0109: new po makefile missing from distribution
Christian Brabandt <cb@256bit.org>
parents:
13784
diff
changeset
|
940 src/po/Make_all.mak \ |
389 | 941 src/po/Make_cyg.mak \ |
7 | 942 src/po/Make_ming.mak \ |
943 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
|
944 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
|
945 src/po/gvim.desktop.in \ |
7 | 946 src/po/sjiscorr.c \ |
947 src/po/*.po \ | |
948 | |
949 # the language files for the Win32 lang archive | |
950 LANG_DOS = \ | |
951 src/po/*.mo \ | |
952 | |
953 # vim: set ft=make: |