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