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