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