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