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