Mercurial > vim
annotate Filelist @ 10755:2f735d1d1954 v8.0.0267
patch 8.0.0267: channel test sometimes fails on Mac
commit https://github.com/vim/vim/commit/6fe2eb43d2527cc8a3450456a60639e87f16d32d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 29 21:49:51 2017 +0100
patch 8.0.0267: channel test sometimes fails on Mac
Problem: A channel test sometimes fails on Mac.
Solution: Add the test to the list of flaky tests.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 29 Jan 2017 22:00:04 +0100 |
parents | 91bade354a41 |
children | 4e2cdce4576c |
rev | line source |
---|---|
7 | 1 # List of distributed Vim files. |
2 # Used by Makefile and upload.aap. | |
3 | |
4 # source files for all source archives | |
574 | 5 SRC_ALL = \ |
5889 | 6 .hgignore \ |
7121
a497a9868255
commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
7068
diff
changeset
|
7 .travis.yml \ |
a497a9868255
commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
7068
diff
changeset
|
8 appveyor.yml \ |
8249
8dd8d96278a4
commit https://github.com/vim/vim/commit/265f64efcf8df61cfbc93bbe103018dcfc5836e4
Christian Brabandt <cb@256bit.org>
parents:
8212
diff
changeset
|
9 src/appveyor.bat \ |
7 | 10 src/README.txt \ |
7558
9a4c9dccd603
commit https://github.com/vim/vim/commit/b86a343280b08d6701da68ee0651e960a0a7a61c
Christian Brabandt <cb@256bit.org>
parents:
7478
diff
changeset
|
11 src/alloc.h \ |
7 | 12 src/arabic.c \ |
13 src/arabic.h \ | |
14 src/ascii.h \ | |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
15 src/blowfish.c \ |
7 | 16 src/buffer.c \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
17 src/channel.c \ |
7 | 18 src/charset.c \ |
6124 | 19 src/crypt.c \ |
20 src/crypt_zip.c \ | |
9556
afaff1d283d3
commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4
Christian Brabandt <cb@256bit.org>
parents:
9519
diff
changeset
|
21 src/dict.c \ |
7 | 22 src/diff.c \ |
23 src/digraph.c \ | |
24 src/edit.c \ | |
25 src/eval.c \ | |
9571
5eaa708ab50d
commit https://github.com/vim/vim/commit/73dad1e64cb42842d8259cb1a255a6fa59822f76
Christian Brabandt <cb@256bit.org>
parents:
9562
diff
changeset
|
26 src/evalfunc.c \ |
7 | 27 src/ex_cmds.c \ |
28 src/ex_cmds.h \ | |
29 src/ex_cmds2.c \ | |
30 src/ex_docmd.c \ | |
31 src/ex_eval.c \ | |
32 src/ex_getln.c \ | |
33 src/farsi.c \ | |
34 src/farsi.h \ | |
35 src/feature.h \ | |
36 src/fileio.c \ | |
37 src/fold.c \ | |
38 src/getchar.c \ | |
39 src/globals.h \ | |
40 src/gui.c \ | |
41 src/gui.h \ | |
42 src/gui_beval.c \ | |
43 src/gui_beval.h \ | |
442 | 44 src/hardcopy.c \ |
800 | 45 src/hashtab.c \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
46 src/json.c \ |
7897
43071dab7621
commit https://github.com/vim/vim/commit/d087566a419cc107adab77db997b184ea0e433ad
Christian Brabandt <cb@256bit.org>
parents:
7745
diff
changeset
|
47 src/json_test.c \ |
10735
91bade354a41
patch 8.0.0257: test file missing in distribution
Christian Brabandt <cb@256bit.org>
parents:
10722
diff
changeset
|
48 src/kword_test.c \ |
9560
1e68dfd7931b
commit https://github.com/vim/vim/commit/da861d631d7e22654faee2789286c685ad548911
Christian Brabandt <cb@256bit.org>
parents:
9556
diff
changeset
|
49 src/list.c \ |
7 | 50 src/keymap.h \ |
51 src/macros.h \ | |
52 src/main.c \ | |
53 src/mark.c \ | |
54 src/mbyte.c \ | |
55 src/memfile.c \ | |
2730 | 56 src/memfile_test.c \ |
7 | 57 src/memline.c \ |
58 src/menu.c \ | |
59 src/message.c \ | |
9556
afaff1d283d3
commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4
Christian Brabandt <cb@256bit.org>
parents:
9519
diff
changeset
|
60 src/message_test.c \ |
7 | 61 src/misc1.c \ |
62 src/misc2.c \ | |
63 src/move.c \ | |
64 src/mysign \ | |
65 src/nbdebug.c \ | |
66 src/nbdebug.h \ | |
67 src/netbeans.c \ | |
68 src/normal.c \ | |
69 src/ops.c \ | |
70 src/option.c \ | |
71 src/option.h \ | |
800 | 72 src/popupmnu.c \ |
7 | 73 src/quickfix.c \ |
74 src/regexp.c \ | |
4444 | 75 src/regexp_nfa.c \ |
7 | 76 src/regexp.h \ |
77 src/screen.c \ | |
78 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
|
79 src/sha256.c \ |
7 | 80 src/structs.h \ |
224 | 81 src/spell.c \ |
9583
b0c7061d6439
commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
Christian Brabandt <cb@256bit.org>
parents:
9571
diff
changeset
|
82 src/spell.h \ |
b0c7061d6439
commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
Christian Brabandt <cb@256bit.org>
parents:
9571
diff
changeset
|
83 src/spellfile.c \ |
7 | 84 src/syntax.c \ |
85 src/tag.c \ | |
86 src/term.c \ | |
87 src/term.h \ | |
88 src/termlib.c \ | |
89 src/ui.c \ | |
90 src/undo.c \ | |
9562
86af4a48c00a
commit https://github.com/vim/vim/commit/a9b579f3d7463720a316e11e77a7a9fbb9267986
Christian Brabandt <cb@256bit.org>
parents:
9560
diff
changeset
|
91 src/userfunc.c \ |
7 | 92 src/version.c \ |
93 src/version.h \ | |
94 src/vim.h \ | |
4174 | 95 src/winclip.c \ |
7 | 96 src/window.c \ |
10028
62b7fb15ff7e
commit https://github.com/vim/vim/commit/fec246d2c595164ac3b7e9fe9677053d3739b834
Christian Brabandt <cb@256bit.org>
parents:
9669
diff
changeset
|
97 src/tee/tee.c \ |
7 | 98 src/xxd/xxd.c \ |
99 src/main.aap \ | |
100 src/testdir/main.aap \ | |
6181 | 101 src/testdir/README.txt \ |
7382
58958b8c9881
commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a
Christian Brabandt <cb@256bit.org>
parents:
7279
diff
changeset
|
102 src/testdir/Make_all.mak \ |
7 | 103 src/testdir/*.in \ |
7910
e873010fb658
commit https://github.com/vim/vim/commit/bf087cead956513bcd8d40d70322875c479a1984
Christian Brabandt <cb@256bit.org>
parents:
7897
diff
changeset
|
104 src/testdir/*.py \ |
5619 | 105 src/testdir/sautest/autoload/*.vim \ |
7279
b5e9810b389d
commit https://github.com/vim/vim/commit/683fa185a4b4ed7595e5942901548b8239ed5cdb
Christian Brabandt <cb@256bit.org>
parents:
7189
diff
changeset
|
106 src/testdir/runtest.vim \ |
9519
2faeec4787be
commit https://github.com/vim/vim/commit/a6aa78a3e3433db42b8ab644dab7cd327f6d9499
Christian Brabandt <cb@256bit.org>
parents:
9403
diff
changeset
|
107 src/testdir/shared.vim \ |
2faeec4787be
commit https://github.com/vim/vim/commit/a6aa78a3e3433db42b8ab644dab7cd327f6d9499
Christian Brabandt <cb@256bit.org>
parents:
9403
diff
changeset
|
108 src/testdir/setup.vim \ |
140 | 109 src/testdir/test[0-9]*.ok \ |
5812 | 110 src/testdir/test[0-9]*a.ok \ |
111 src/testdir/test_[a-z]*.ok \ | |
7 | 112 src/testdir/test49.vim \ |
625 | 113 src/testdir/test60.vim \ |
3137 | 114 src/testdir/test83-tags? \ |
5812 | 115 src/testdir/test77a.com \ |
5850 | 116 src/testdir/test_*.vim \ |
4839
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
117 src/testdir/python2/*.py \ |
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
118 src/testdir/python3/*.py \ |
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
119 src/testdir/pythonx/*.py \ |
4993
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
120 src/testdir/pythonx/topmodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
121 src/testdir/pythonx/topmodule/submodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
122 src/testdir/pythonx/topmodule/submodule/subsubmodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
123 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
|
124 src/testdir/python_after/*.py \ |
96e154e825a7
updated for version 7.3.1172
Bram Moolenaar <bram@vim.org>
parents:
4839
diff
changeset
|
125 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
|
126 src/testdir/pyxfile/*.py \ |
6328 | 127 src/testdir/bench*.in \ |
128 src/testdir/bench*.vim \ | |
6337 | 129 src/testdir/samples/*.txt \ |
7 | 130 src/proto.h \ |
9403
9b048dced116
commit https://github.com/vim/vim/commit/75464dc434c43efac60e8bfd9bec2a8b736407e9
Christian Brabandt <cb@256bit.org>
parents:
9363
diff
changeset
|
131 src/proto/arabic.pro \ |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
132 src/proto/blowfish.pro \ |
7 | 133 src/proto/buffer.pro \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
134 src/proto/channel.pro \ |
7 | 135 src/proto/charset.pro \ |
6124 | 136 src/proto/crypt.pro \ |
137 src/proto/crypt_zip.pro \ | |
9556
afaff1d283d3
commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4
Christian Brabandt <cb@256bit.org>
parents:
9519
diff
changeset
|
138 src/proto/dict.pro \ |
7 | 139 src/proto/diff.pro \ |
140 src/proto/digraph.pro \ | |
141 src/proto/edit.pro \ | |
142 src/proto/eval.pro \ | |
9571
5eaa708ab50d
commit https://github.com/vim/vim/commit/73dad1e64cb42842d8259cb1a255a6fa59822f76
Christian Brabandt <cb@256bit.org>
parents:
9562
diff
changeset
|
143 src/proto/evalfunc.pro \ |
7 | 144 src/proto/ex_cmds.pro \ |
145 src/proto/ex_cmds2.pro \ | |
146 src/proto/ex_docmd.pro \ | |
147 src/proto/ex_eval.pro \ | |
148 src/proto/ex_getln.pro \ | |
9403
9b048dced116
commit https://github.com/vim/vim/commit/75464dc434c43efac60e8bfd9bec2a8b736407e9
Christian Brabandt <cb@256bit.org>
parents:
9363
diff
changeset
|
149 src/proto/farsi.pro \ |
7 | 150 src/proto/fileio.pro \ |
151 src/proto/fold.pro \ | |
152 src/proto/getchar.pro \ | |
153 src/proto/gui.pro \ | |
154 src/proto/gui_beval.pro \ | |
442 | 155 src/proto/hardcopy.pro \ |
800 | 156 src/proto/hashtab.pro \ |
7712
bce3b5ddb393
commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34
Christian Brabandt <cb@256bit.org>
parents:
7607
diff
changeset
|
157 src/proto/json.pro \ |
9560
1e68dfd7931b
commit https://github.com/vim/vim/commit/da861d631d7e22654faee2789286c685ad548911
Christian Brabandt <cb@256bit.org>
parents:
9556
diff
changeset
|
158 src/proto/list.pro \ |
7 | 159 src/proto/main.pro \ |
160 src/proto/mark.pro \ | |
161 src/proto/mbyte.pro \ | |
162 src/proto/memfile.pro \ | |
163 src/proto/memline.pro \ | |
164 src/proto/menu.pro \ | |
165 src/proto/message.pro \ | |
166 src/proto/misc1.pro \ | |
167 src/proto/misc2.pro \ | |
168 src/proto/move.pro \ | |
169 src/proto/netbeans.pro \ | |
170 src/proto/normal.pro \ | |
171 src/proto/ops.pro \ | |
172 src/proto/option.pro \ | |
800 | 173 src/proto/popupmnu.pro \ |
7 | 174 src/proto/quickfix.pro \ |
175 src/proto/regexp.pro \ | |
176 src/proto/screen.pro \ | |
177 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
|
178 src/proto/sha256.pro \ |
224 | 179 src/proto/spell.pro \ |
9583
b0c7061d6439
commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
Christian Brabandt <cb@256bit.org>
parents:
9571
diff
changeset
|
180 src/proto/spellfile.pro \ |
7 | 181 src/proto/syntax.pro \ |
182 src/proto/tag.pro \ | |
183 src/proto/term.pro \ | |
184 src/proto/termlib.pro \ | |
185 src/proto/ui.pro \ | |
186 src/proto/undo.pro \ | |
9562
86af4a48c00a
commit https://github.com/vim/vim/commit/a9b579f3d7463720a316e11e77a7a9fbb9267986
Christian Brabandt <cb@256bit.org>
parents:
9560
diff
changeset
|
187 src/proto/userfunc.pro \ |
7 | 188 src/proto/version.pro \ |
4174 | 189 src/proto/winclip.pro \ |
7 | 190 src/proto/window.pro \ |
191 | |
192 | |
193 # source files for Unix only | |
194 SRC_UNIX = \ | |
195 Makefile \ | |
196 Filelist \ | |
197 README_src.txt \ | |
198 configure \ | |
199 pixmaps/*.xpm \ | |
7382
58958b8c9881
commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a
Christian Brabandt <cb@256bit.org>
parents:
7279
diff
changeset
|
200 pixmaps/*.png \ |
7 | 201 pixmaps/gen-inline-pixbufs.sh \ |
202 pixmaps/stock_icons.h \ | |
203 src/INSTALL \ | |
1648 | 204 src/INSTALLx.txt \ |
7 | 205 src/Makefile \ |
206 src/auto/configure \ | |
207 src/config.aap.in \ | |
208 src/config.h.in \ | |
209 src/config.mk.dist \ | |
210 src/config.mk.in \ | |
211 src/configure \ | |
10375
2055d3722c5b
commit https://github.com/vim/vim/commit/3f7d0907269558cb3ea184a3083640f9e20bb21e
Christian Brabandt <cb@256bit.org>
parents:
10032
diff
changeset
|
212 src/configure.ac \ |
7 | 213 src/gui_at_fs.c \ |
214 src/gui_at_sb.c \ | |
215 src/gui_at_sb.h \ | |
216 src/gui_athena.c \ | |
217 src/gui_gtk.c \ | |
218 src/gui_gtk_f.c \ | |
219 src/gui_gtk_f.h \ | |
220 src/gui_gtk_x11.c \ | |
7430
e2fe7a67b3a4
commit https://github.com/vim/vim/commit/39373819fd5fad825df416f1e2b96a6f43758e23
Christian Brabandt <cb@256bit.org>
parents:
7424
diff
changeset
|
221 src/gui_gtk_res.xml \ |
7 | 222 src/gui_motif.c \ |
45 | 223 src/gui_xmdlg.c \ |
50 | 224 src/gui_xmebw.c \ |
225 src/gui_xmebw.h \ | |
226 src/gui_xmebwp.h \ | |
7 | 227 src/gui_x11.c \ |
50 | 228 src/gui_x11_pm.h \ |
7 | 229 src/hangulin.c \ |
230 src/if_xcmdsrv.c \ | |
231 src/integration.c \ | |
232 src/integration.h \ | |
233 src/link.sh \ | |
40 | 234 src/installman.sh \ |
235 src/installml.sh \ | |
7 | 236 src/mkinstalldirs \ |
237 src/os_unix.c \ | |
238 src/os_unix.h \ | |
239 src/os_unixx.h \ | |
240 src/osdef.sh \ | |
241 src/osdef1.h.in \ | |
242 src/osdef2.h.in \ | |
243 src/pathdef.sh \ | |
244 src/proto/gui_athena.pro \ | |
245 src/proto/gui_gtk.pro \ | |
246 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
|
247 src/proto/gui_gtk_gresources.pro \ |
7 | 248 src/proto/gui_motif.pro \ |
45 | 249 src/proto/gui_xmdlg.pro \ |
7 | 250 src/proto/gui_x11.pro \ |
251 src/proto/hangulin.pro \ | |
252 src/proto/if_xcmdsrv.pro \ | |
253 src/proto/os_unix.pro \ | |
254 src/proto/pty.pro \ | |
255 src/proto/workshop.pro \ | |
256 src/pty.c \ | |
257 src/testdir/Makefile \ | |
258 src/testdir/unix.vim \ | |
259 src/toolcheck \ | |
260 src/vim_icon.xbm \ | |
261 src/vim_mask.xbm \ | |
262 src/vimtutor \ | |
1585 | 263 src/gvimtutor \ |
7 | 264 src/which.sh \ |
265 src/workshop.c \ | |
266 src/workshop.h \ | |
267 src/wsdebug.c \ | |
268 src/wsdebug.h \ | |
10028
62b7fb15ff7e
commit https://github.com/vim/vim/commit/fec246d2c595164ac3b7e9fe9677053d3739b834
Christian Brabandt <cb@256bit.org>
parents:
9669
diff
changeset
|
269 src/tee/Makefile \ |
7 | 270 src/xxd/Makefile \ |
271 | |
272 # source files for both DOS and Unix | |
273 SRC_DOS_UNIX = \ | |
274 src/if_cscope.c \ | |
275 src/if_cscope.h \ | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
276 src/if_lua.c \ |
14 | 277 src/if_mzsch.c \ |
278 src/if_mzsch.h \ | |
7 | 279 src/if_perl.xs \ |
280 src/if_perlsfio.c \ | |
281 src/if_python.c \ | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
282 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
|
283 src/if_py_both.h \ |
7 | 284 src/if_ruby.c \ |
285 src/if_tcl.c \ | |
286 src/proto/if_cscope.pro \ | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
287 src/proto/if_lua.pro \ |
14 | 288 src/proto/if_mzsch.pro \ |
7 | 289 src/proto/if_perl.pro \ |
290 src/proto/if_perlsfio.pro \ | |
291 src/proto/if_python.pro \ | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
292 src/proto/if_python3.pro \ |
7 | 293 src/proto/if_ruby.pro \ |
294 src/proto/if_tcl.pro \ | |
295 src/typemap \ | |
296 | |
297 # source files for DOS (also in the extra archive) | |
298 SRC_DOS = \ | |
10 | 299 src/GvimExt/*.mak \ |
300 src/GvimExt/GvimExt.reg \ | |
301 src/GvimExt/Makefile \ | |
302 src/GvimExt/README.txt \ | |
303 src/GvimExt/gvimext.cpp \ | |
304 src/GvimExt/gvimext.def \ | |
305 src/GvimExt/gvimext.h \ | |
306 src/GvimExt/gvimext.inf \ | |
307 src/GvimExt/gvimext.rc \ | |
308 src/GvimExt/gvimext_ming.def \ | |
309 src/GvimExt/gvimext_ming.rc \ | |
310 src/GvimExt/resource.h \ | |
311 src/GvimExt/uninst.bat \ | |
7 | 312 README_srcdos.txt \ |
313 src/INSTALLpc.txt \ | |
314 src/Make_bc5.mak \ | |
315 src/Make_cyg.mak \ | |
6326 | 316 src/Make_cyg_ming.mak \ |
7 | 317 src/Make_ivc.mak \ |
318 src/Make_dvc.mak \ | |
319 src/Make_ming.mak \ | |
320 src/Make_mvc.mak \ | |
10032
f0b1cbf9467e
commit https://github.com/vim/vim/commit/cb03397abae22e7237511db2e19ad5ef3e5e5f4e
Christian Brabandt <cb@256bit.org>
parents:
10028
diff
changeset
|
321 tools/rename.bat \ |
7 | 322 src/bigvim.bat \ |
3845 | 323 src/bigvim64.bat \ |
714 | 324 src/msvcsetup.bat \ |
1648 | 325 src/msvc2008.bat \ |
2871 | 326 src/msvc2010.bat \ |
7 | 327 src/dimm.idl \ |
328 src/dlldata.c \ | |
329 src/dosinst.c \ | |
330 src/dosinst.h \ | |
331 src/glbl_ime.cpp \ | |
332 src/glbl_ime.h \ | |
6124 | 333 src/gui_dwrite.cpp \ |
334 src/gui_dwrite.h \ | |
7 | 335 src/gui_w32.c \ |
336 src/gui_w32_rc.h \ | |
337 src/if_ole.cpp \ | |
338 src/if_ole.h \ | |
339 src/if_ole.idl \ | |
7414
d467ca80d3c1
commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963
Christian Brabandt <cb@256bit.org>
parents:
7382
diff
changeset
|
340 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
|
341 src/iscygpty.c \ |
f9dda6450c76
commit https://github.com/vim/vim/commit/97ff9b9cffd97219d888874b9b3811d55e99c78f
Christian Brabandt <cb@256bit.org>
parents:
9328
diff
changeset
|
342 src/iscygpty.h \ |
7 | 343 src/iid_ole.c \ |
344 src/os_dos.h \ | |
345 src/os_w32dll.c \ | |
346 src/os_w32exe.c \ | |
347 src/os_win32.c \ | |
348 src/os_mswin.c \ | |
349 src/os_win32.h \ | |
350 src/proto/gui_w32.pro \ | |
351 src/proto/if_ole.pro \ | |
352 src/proto/os_win32.pro \ | |
353 src/proto/os_mswin.pro \ | |
354 src/testdir/Make_dos.mak \ | |
1724 | 355 src/testdir/Make_ming.mak \ |
7 | 356 src/testdir/dos.vim \ |
357 src/uninstal.c \ | |
358 src/vim.def \ | |
359 src/vim.rc \ | |
714 | 360 src/vimio.h \ |
7 | 361 src/gvim.exe.mnf \ |
362 src/vimrun.c \ | |
363 src/xpm_w32.c \ | |
364 src/xpm_w32.h \ | |
10028
62b7fb15ff7e
commit https://github.com/vim/vim/commit/fec246d2c595164ac3b7e9fe9677053d3739b834
Christian Brabandt <cb@256bit.org>
parents:
9669
diff
changeset
|
365 src/tee/Make_mvc.mak \ |
7 | 366 src/xxd/Make_bc5.mak \ |
3110 | 367 src/xxd/Make_ming.mak \ |
7 | 368 src/xxd/Make_mvc.mak \ |
369 nsis/gvim.nsi \ | |
7450
e159dff12e40
commit https://github.com/vim/vim/commit/92c23d8ab82e723e5fa2e0c5ee06348d72b8e444
Christian Brabandt <cb@256bit.org>
parents:
7430
diff
changeset
|
370 nsis/gvim_version.nsh \ |
7 | 371 nsis/README.txt \ |
372 uninstal.txt \ | |
373 src/VisVim/Commands.cpp \ | |
374 src/VisVim/Commands.h \ | |
375 src/VisVim/DSAddIn.cpp \ | |
376 src/VisVim/DSAddIn.h \ | |
377 src/VisVim/OleAut.cpp \ | |
378 src/VisVim/OleAut.h \ | |
379 src/VisVim/README_VisVim.txt \ | |
380 src/VisVim/Reg.cpp \ | |
381 src/VisVim/Register.bat \ | |
382 src/VisVim/Resource.h \ | |
383 src/VisVim/StdAfx.cpp \ | |
384 src/VisVim/StdAfx.h \ | |
385 src/VisVim/UnRegist.bat \ | |
386 src/VisVim/VisVim.cpp \ | |
387 src/VisVim/VisVim.def \ | |
388 src/VisVim/VisVim.mak \ | |
389 src/VisVim/VisVim.h \ | |
390 src/VisVim/VisVim.odl \ | |
391 src/VisVim/VisVim.rc \ | |
392 src/VisVim/VsReadMe.txt \ | |
393 | |
394 # source files for DOS without CR/LF translation (also in the extra archive) | |
395 SRC_DOS_BIN = \ | |
179 | 396 src/VisVim/Res/*.bmp \ |
7 | 397 src/tearoff.bmp \ |
398 src/tools.bmp \ | |
399 src/vim*.ico \ | |
400 src/vim.tlb \ | |
3762 | 401 src/xpm/COPYRIGHT \ |
402 src/xpm/README.txt \ | |
403 src/xpm/include/*.h \ | |
3845 | 404 src/xpm/x64/lib/libXpm.a \ |
3762 | 405 src/xpm/x64/lib/libXpm.lib \ |
9328
0c16a1510706
commit https://github.com/vim/vim/commit/cf2d77987ca2af092dad5d4cbca9eda621fe5567
Christian Brabandt <cb@256bit.org>
parents:
8867
diff
changeset
|
406 src/xpm/x64/lib-vc14/libXpm.lib \ |
3762 | 407 src/xpm/x86/lib/libXpm.a \ |
408 src/xpm/x86/lib/libXpm.lib \ | |
9328
0c16a1510706
commit https://github.com/vim/vim/commit/cf2d77987ca2af092dad5d4cbca9eda621fe5567
Christian Brabandt <cb@256bit.org>
parents:
8867
diff
changeset
|
409 src/xpm/x86/lib-vc14/libXpm.lib \ |
805 | 410 nsis/icons/*.bmp \ |
411 nsis/icons/*.ico \ | |
7 | 412 |
413 # source files for Amiga, DOS, etc. (also in the extra archive) | |
414 SRC_AMI_DOS = \ | |
415 | |
416 # source files for Amiga (also in the extra archive) | |
417 SRC_AMI = \ | |
418 README_amisrc.txt \ | |
419 README_amisrc.txt.info \ | |
420 src.info \ | |
421 src/INSTALLami.txt \ | |
422 src/Make_dice.mak \ | |
423 src/Make_manx.mak \ | |
424 src/Make_morph.mak \ | |
425 src/Make_sas.mak \ | |
426 src/os_amiga.c \ | |
427 src/os_amiga.h \ | |
428 src/proto/os_amiga.pro \ | |
429 src/testdir/Make_amiga.mak \ | |
430 src/testdir/amiga.vim \ | |
431 src/xxd/Make_amiga.mak \ | |
432 | |
433 # source files for the Mac (also in the extra archive) | |
434 SRC_MAC = \ | |
435 src/INSTALLmac.txt \ | |
436 src/dehqx.py \ | |
437 src/gui_mac.c \ | |
819 | 438 src/os_mac_rsrc/*.icns \ |
18 | 439 src/os_mac.h \ |
440 src/os_mac.rsr.hqx \ | |
441 src/os_mac_conv.c \ | |
2309
543ea69d037f
Add clipboard support in Mac console. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2180
diff
changeset
|
442 src/os_macosx.m \ |
7 | 443 src/proto/gui_mac.pro \ |
501 | 444 src/proto/os_mac_conv.pro \ |
7 | 445 |
446 # source files for VMS (in the extra archive) | |
447 SRC_VMS = \ | |
448 src/INSTALLvms.txt \ | |
449 src/Make_vms.mms \ | |
450 src/gui_gtk_vms.h \ | |
451 src/os_vms.c \ | |
452 src/os_vms_conf.h \ | |
453 src/os_vms_mms.c \ | |
454 src/proto/os_vms.pro \ | |
455 src/testdir/Make_vms.mms \ | |
456 src/testdir/vms.vim \ | |
457 src/xxd/Make_vms.mms \ | |
458 vimtutor.com \ | |
459 | |
460 # source files for QNX (in the extra archive) | |
461 SRC_QNX = \ | |
462 src/os_qnx.c \ | |
463 src/os_qnx.h \ | |
464 src/gui_photon.c \ | |
465 src/proto/gui_photon.pro \ | |
466 src/proto/os_qnx.pro \ | |
467 | |
468 | |
469 # source files for the extra archive (all sources that are not for Unix) | |
470 SRC_EXTRA = \ | |
471 $(SRC_AMI) \ | |
472 $(SRC_AMI_DOS) \ | |
473 $(SRC_DOS) \ | |
474 $(SRC_DOS_BIN) \ | |
475 $(SRC_MAC) \ | |
476 $(SRC_QNX) \ | |
477 $(SRC_VMS) \ | |
478 README_os390.txt \ | |
479 src/Make_mint.mak \ | |
480 src/infplist.xml \ | |
481 src/link.390 \ | |
482 src/os_beos.c \ | |
483 src/os_beos.h \ | |
484 src/os_beos.rsrc \ | |
4174 | 485 src/proto/os_beos.pro \ |
7 | 486 src/os_mint.h \ |
487 src/os_vms_fix.com \ | |
488 src/toolbar.phi \ | |
489 | |
490 # runtime files for all distributions | |
491 RT_ALL = \ | |
492 README.txt \ | |
6916 | 493 README.md \ |
7068
a55f35ed381b
commit https://github.com/vim/vim/commit/6017f3799dbb744fc34894d968b36729e607203e
Christian Brabandt <cb@256bit.org>
parents:
6916
diff
changeset
|
494 CONTRIBUTING.md \ |
7 | 495 runtime/bugreport.vim \ |
496 runtime/doc/*.awk \ | |
497 runtime/doc/*.pl \ | |
498 runtime/doc/*.txt \ | |
499 runtime/doc/Makefile \ | |
500 runtime/doc/doctags.c \ | |
501 runtime/doc/vim.1 \ | |
502 runtime/doc/evim.1 \ | |
503 runtime/doc/vimdiff.1 \ | |
504 runtime/doc/vimtutor.1 \ | |
505 runtime/doc/xxd.1 \ | |
506 runtime/ftoff.vim \ | |
507 runtime/gvimrc_example.vim \ | |
508 runtime/macros/README.txt \ | |
590 | 509 runtime/macros/editexisting.vim \ |
7 | 510 runtime/macros/hanoi/click.me \ |
511 runtime/macros/hanoi/hanoi.vim \ | |
512 runtime/macros/hanoi/poster \ | |
513 runtime/macros/justify.vim \ | |
3685 | 514 runtime/macros/less.bat \ |
7 | 515 runtime/macros/less.sh \ |
516 runtime/macros/less.vim \ | |
517 runtime/macros/life/click.me \ | |
518 runtime/macros/life/life.vim \ | |
8728
b1ca6aa215b7
commit https://github.com/vim/vim/commit/da64ab322ae35e473a24b211d22d05b1439aa05c
Christian Brabandt <cb@256bit.org>
parents:
8720
diff
changeset
|
519 runtime/macros/matchit.vim \ |
7 | 520 runtime/macros/maze/README.txt \ |
521 runtime/macros/maze/[mM]akefile \ | |
522 runtime/macros/maze/main.aap \ | |
523 runtime/macros/maze/maze.c \ | |
524 runtime/macros/maze/maze_5.78 \ | |
525 runtime/macros/maze/maze_mac \ | |
526 runtime/macros/maze/mazeansi.c \ | |
527 runtime/macros/maze/mazeclean.c \ | |
528 runtime/macros/maze/poster \ | |
529 runtime/macros/shellmenu.vim \ | |
530 runtime/macros/swapmous.vim \ | |
531 runtime/macros/urm/README.txt \ | |
532 runtime/macros/urm/examples \ | |
533 runtime/macros/urm/urm \ | |
534 runtime/macros/urm/urm.vim \ | |
9669
284b4eb307fc
commit https://github.com/vim/vim/commit/8c08b5b569e2a9e9f63dea514591ecfa2d3bb392
Christian Brabandt <cb@256bit.org>
parents:
9583
diff
changeset
|
535 runtime/defaults.vim \ |
284b4eb307fc
commit https://github.com/vim/vim/commit/8c08b5b569e2a9e9f63dea514591ecfa2d3bb392
Christian Brabandt <cb@256bit.org>
parents:
9583
diff
changeset
|
536 runtime/evim.vim \ |
7 | 537 runtime/mswin.vim \ |
538 runtime/optwin.vim \ | |
539 runtime/ftplugin.vim \ | |
540 runtime/ftplugof.vim \ | |
541 runtime/indent.vim \ | |
542 runtime/indoff.vim \ | |
543 runtime/termcap \ | |
544 runtime/tools/README.txt \ | |
545 runtime/tools/[a-z]*[a-z0-9] \ | |
546 runtime/tutor/README.txt \ | |
547 runtime/tutor/tutor \ | |
548 runtime/tutor/tutor.vim \ | |
549 runtime/vimrc_example.vim \ | |
8769
7ac9d9e98892
commit https://github.com/vim/vim/commit/2946d0236dc9e23ec0050feacdb959b9ae5672a8
Christian Brabandt <cb@256bit.org>
parents:
8728
diff
changeset
|
550 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
|
551 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
|
552 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
|
553 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
|
554 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
|
555 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
|
556 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
|
557 runtime/pack/dist/opt/matchit/doc/tags \ |
8775
d5136647ce31
commit https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55
Christian Brabandt <cb@256bit.org>
parents:
8773
diff
changeset
|
558 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
|
559 runtime/pack/dist/opt/swapmouse/plugin/swapmouse.vim \ |
7 | 560 |
561 # runtime files for all distributions without CR-NL translation | |
562 RT_ALL_BIN = \ | |
563 runtime/doc/tags \ | |
564 runtime/print/*.ps \ | |
565 | |
566 # runtime script files | |
567 RT_SCRIPTS = \ | |
568 runtime/filetype.vim \ | |
569 runtime/scripts.vim \ | |
570 runtime/menu.vim \ | |
719 | 571 runtime/macmap.vim \ |
7 | 572 runtime/delmenu.vim \ |
573 runtime/synmenu.vim \ | |
574 runtime/makemenu.vim \ | |
446 | 575 runtime/autoload/*.vim \ |
576 runtime/autoload/README.txt \ | |
827 | 577 runtime/autoload/xml/*.vim \ |
7 | 578 runtime/colors/*.vim \ |
579 runtime/colors/README.txt \ | |
580 runtime/compiler/*.vim \ | |
581 runtime/compiler/README.txt \ | |
582 runtime/indent/*.vim \ | |
583 runtime/indent/README.txt \ | |
584 runtime/ftplugin/*.vim \ | |
1668 | 585 runtime/ftplugin/logtalk.dict \ |
7 | 586 runtime/ftplugin/README.txt \ |
587 runtime/plugin/*.vim \ | |
588 runtime/plugin/README.txt \ | |
589 runtime/syntax/*.vim \ | |
590 runtime/syntax/README.txt \ | |
591 | |
592 # Unix runtime | |
593 RT_UNIX = \ | |
594 README_unix.txt \ | |
11 | 595 runtime/hi16-action-make.png \ |
596 runtime/hi22-action-make.png \ | |
7 | 597 runtime/vim16x16.png \ |
598 runtime/vim16x16.xpm \ | |
599 runtime/vim32x32.png \ | |
600 runtime/vim32x32.xpm \ | |
601 runtime/vim48x48.png \ | |
602 runtime/vim48x48.xpm \ | |
7189
0b4387f570ec
commit https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9
Christian Brabandt <cb@256bit.org>
parents:
7121
diff
changeset
|
603 runtime/gvim.desktop \ |
0b4387f570ec
commit https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9
Christian Brabandt <cb@256bit.org>
parents:
7121
diff
changeset
|
604 runtime/vim.desktop \ |
7 | 605 |
606 # Unix and DOS runtime without CR-LF translation | |
607 RT_UNIX_DOS_BIN = \ | |
608 runtime/vim16x16.gif \ | |
609 runtime/vim32x32.gif \ | |
610 runtime/vim48x48.gif \ | |
611 | |
612 # runtime not for unix or extra | |
613 RT_NO_UNIX = \ | |
614 | |
615 # runtime for Amiga (also in the extra archive) | |
616 RT_AMI_DOS = \ | |
617 runtime/doc/vim.man \ | |
618 runtime/doc/vimdiff.man \ | |
619 runtime/doc/vimtutor.man \ | |
620 runtime/doc/xxd.man \ | |
621 | |
622 # DOS runtime (also in the extra archive) | |
623 RT_DOS = \ | |
624 README_dos.txt \ | |
625 runtime/rgb.txt \ | |
626 vimtutor.bat \ | |
627 | |
628 # DOS runtime without CR-LF translation (also in the extra archive) | |
629 RT_DOS_BIN = \ | |
630 runtime/vimlogo.cdr \ | |
631 runtime/vimlogo.eps \ | |
632 runtime/vimlogo.gif \ | |
633 runtime/vimlogo.pdf \ | |
634 | |
635 # Amiga runtime (also in the extra archive) | |
636 RT_AMI = \ | |
637 README.txt.info \ | |
638 README_ami.txt \ | |
639 README_ami.txt.info \ | |
640 runtime/doc.info \ | |
641 runtime/doc/*.info \ | |
1181 | 642 runtime/icons/README.txt \ |
643 runtime/icons/*.info \ | |
7 | 644 runtime/icons.info \ |
645 runtime/macros.info \ | |
646 runtime/macros/*.info \ | |
647 runtime/macros/hanoi/*.info \ | |
648 runtime/macros/life/*.info \ | |
649 runtime/macros/maze/*.info \ | |
650 runtime/macros/urm/*.info \ | |
651 runtime/tools.info \ | |
652 runtime/tutor.info \ | |
653 runtime/tutor/*.info \ | |
654 | |
655 # runtime files in extra archive | |
656 RT_EXTRA = \ | |
657 $(RT_AMI) \ | |
658 $(RT_AMI_DOS) \ | |
659 $(RT_DOS) \ | |
660 $(RT_DOS_BIN) \ | |
661 README_mac.txt \ | |
662 | |
663 # included in all Amiga archives | |
664 ROOT_AMI = \ | |
665 Contents \ | |
666 Contents.info \ | |
667 runtime.info \ | |
668 vimdir.info \ | |
669 | |
670 # root files for the extra archive | |
671 ROOT_EXTRA = \ | |
672 $(ROOT_AMI) \ | |
673 | |
674 # files for Amiga small binary (also in extra archive) | |
675 BIN_AMI = \ | |
676 README_amibin.txt \ | |
677 README_amibin.txt.info \ | |
678 Vim.info \ | |
679 Xxd.info \ | |
680 | |
681 # files for DOS binary (also in extra archive) | |
682 BIN_DOS = \ | |
683 README_bindos.txt \ | |
684 uninstal.txt \ | |
685 | |
686 # files for Win32 OLE binary (also in extra archive) | |
687 BIN_OLE = \ | |
688 README_ole.txt \ | |
689 | |
690 # files for Win32s binary (also in extra archive) | |
691 BIN_W32S = \ | |
692 README_w32s.txt \ | |
693 | |
694 # files for VMS binary (also in extra archive) | |
695 BIN_VMS = \ | |
696 README_vms.txt \ | |
697 | |
698 # files for OS/2 binary (also in extra archive) | |
699 BIN_OS2 = \ | |
700 README_os2.txt \ | |
701 | |
702 # binary files for extra archive | |
703 BIN_EXTRA = \ | |
704 $(BIN_AMI) \ | |
705 $(BIN_DOS) \ | |
706 $(BIN_OLE) \ | |
707 $(BIN_W32S) \ | |
708 $(BIN_VMS) \ | |
709 $(BIN_OS2) \ | |
710 | |
711 # all files for extra archive | |
712 EXTRA = \ | |
713 $(BIN_EXTRA) \ | |
714 $(ROOT_EXTRA) \ | |
715 $(RT_EXTRA) \ | |
716 $(SRC_EXTRA) \ | |
717 README_extra.txt \ | |
718 src/VisVim/VisVim.dll \ | |
1181 | 719 farsi/README.txt \ |
1217 | 720 farsi/fonts/*/far-* \ |
7 | 721 runtime/vimlogo.xpm \ |
722 src/swis.s \ | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2044
diff
changeset
|
723 src/tee/Makefile \ |
7478
dbfa0f9ab289
commit https://github.com/vim/vim/commit/022b896592721838e387e99fd785d3ded7b68be7
Christian Brabandt <cb@256bit.org>
parents:
7450
diff
changeset
|
724 src/tee/Make_mvc.mak \ |
7 | 725 src/tee/tee.c \ |
726 | |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
727 # 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
|
728 IN_README_DIR = \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
729 README.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
730 README_ami.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
731 README_ami.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
732 README_amibin.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
733 README_amibin.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
734 README_amisrc.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
735 README_amisrc.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
736 README_bindos.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
737 README_dos.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
738 README_extra.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
739 README_mac.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
740 README_ole.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
741 README_os2.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
742 README_os390.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
743 README_src.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
744 README_srcdos.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
745 README_unix.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
746 README_vms.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
747 README_w32s.txt \ |
8639
91286ec46e97
commit https://github.com/vim/vim/commit/4d581a826c54cecdde3001fdf0a5becf67e54cfd
Christian Brabandt <cb@256bit.org>
parents:
8625
diff
changeset
|
748 Contents \ |
8625
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
749 Contents.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
750 Vim.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
751 Xxd.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
752 runtime.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
753 src.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
754 vimdir.info \ |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
755 |
7 | 756 # generic language files |
757 LANG_GEN = \ | |
3685 | 758 runtime/doc/*-de.1 \ |
759 runtime/doc/*-de.UTF-8.1 \ | |
237 | 760 runtime/doc/*-fr.1 \ |
761 runtime/doc/*-fr.UTF-8.1 \ | |
40 | 762 runtime/doc/*-it.1 \ |
221 | 763 runtime/doc/*-it.UTF-8.1 \ |
5178
7a1b782ec64a
updated for version 7.4a.015
Bram Moolenaar <bram@vim.org>
parents:
4993
diff
changeset
|
764 runtime/doc/*-ja.UTF-8.1 \ |
809 | 765 runtime/doc/*-pl.1 \ |
766 runtime/doc/*-pl.UTF-8.1 \ | |
221 | 767 runtime/doc/*-ru.1 \ |
768 runtime/doc/*-ru.UTF-8.1 \ | |
7 | 769 runtime/lang/README.txt \ |
770 runtime/lang/menu_*.vim \ | |
771 runtime/keymap/README.txt \ | |
772 runtime/keymap/*.vim \ | |
773 runtime/tutor/README.*.txt \ | |
774 runtime/tutor/Makefile \ | |
1648 | 775 runtime/tutor/tutor.utf-8 \ |
7 | 776 runtime/tutor/tutor.?? \ |
3848 | 777 runtime/tutor/tutor.??.utf-8 \ |
778 runtime/tutor/tutor.??.euc \ | |
779 runtime/tutor/tutor.??.sjis \ | |
780 runtime/tutor/tutor.??.iso9 \ | |
781 runtime/tutor/tutor.??.big5 \ | |
782 runtime/tutor/tutor.??.cp1250 \ | |
783 runtime/tutor/tutor.??.cp1251 \ | |
784 runtime/tutor/tutor.??.cp737 \ | |
785 runtime/tutor/tutor.??_??.utf-8 \ | |
2730 | 786 runtime/tutor/tutor.bar \ |
3848 | 787 runtime/tutor/tutor.bar.utf-8 \ |
237 | 788 runtime/spell/README.txt \ |
388 | 789 runtime/spell/??/*.diff \ |
790 runtime/spell/??/main.aap \ | |
2044
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
791 runtime/spell/tet/*.diff \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
792 runtime/spell/tet/main.aap \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
793 runtime/spell/check/main.aap \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
794 runtime/spell/check/*.aff \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
795 runtime/spell/check/*.dic \ |
477 | 796 runtime/spell/yi/README.txt \ |
388 | 797 runtime/spell/main.aap \ |
488 | 798 runtime/spell/*.vim \ |
242 | 799 |
800 # generic language files, binary | |
801 LANG_GEN_BIN = \ | |
446 | 802 runtime/spell/README_en.txt \ |
242 | 803 runtime/spell/en.ascii.spl \ |
237 | 804 runtime/spell/en.latin1.spl \ |
805 runtime/spell/en.utf-8.spl \ | |
625 | 806 runtime/spell/en.ascii.sug \ |
807 runtime/spell/en.latin1.sug \ | |
808 runtime/spell/en.utf-8.sug \ | |
7 | 809 |
810 # all files for lang archive | |
811 LANG_SRC = \ | |
812 src/po/README.txt \ | |
813 src/po/README_mingw.txt \ | |
814 src/po/README_mvc.txt \ | |
461 | 815 src/po/check.vim \ |
7 | 816 src/po/cleanup.vim \ |
817 src/po/Makefile \ | |
389 | 818 src/po/Make_cyg.mak \ |
7 | 819 src/po/Make_ming.mak \ |
820 src/po/Make_mvc.mak \ | |
821 src/po/sjiscorr.c \ | |
822 src/po/*.po \ | |
823 | |
824 # the language files for the Win32 lang archive | |
825 LANG_DOS = \ | |
826 src/po/*.mo \ | |
827 | |
828 # vim: set ft=make: |