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