Mercurial > vim
annotate Filelist @ 32102:69cf75767b88 v9.0.1382
patch 9.0.1382: failing test for strptime() doesn't show returned value
Commit: https://github.com/vim/vim/commit/c142d6513e8d71a8f26c5ca1cb00b7b3de9b15e6
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Mar 5 19:27:49 2023 +0000
patch 9.0.1382: failing test for strptime() doesn't show returned value
Problem: Failing test for strptime() doesn't show returned value.
Solution: Use assert_equal() instead of assert_true().
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 05 Mar 2023 20:30:04 +0100 |
parents | 446cf0e93ed3 |
children | bea4ebf594c6 |
rev | line source |
---|---|
7 | 1 # List of distributed Vim files. |
14666
70fc1a842e29
patch 8.1.0346: building with Aap is outdated and unused
Christian Brabandt <cb@256bit.org>
parents:
14288
diff
changeset
|
2 # Used by Makefile. |
7 | 3 |
4 # source files for all source archives | |
574 | 5 SRC_ALL = \ |
23467
826a6406ea7b
patch 8.2.2276: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
23293
diff
changeset
|
6 .cirrus.yml \ |
23469
63263bd876c5
patch 8.2.2277: missing backslash
Bram Moolenaar <Bram@vim.org>
parents:
23467
diff
changeset
|
7 .coveralls.yml \ |
23467
826a6406ea7b
patch 8.2.2276: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
23293
diff
changeset
|
8 .gitattributes \ |
826a6406ea7b
patch 8.2.2276: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
23293
diff
changeset
|
9 .github/CODEOWNERS \ |
26149
b5f535645258
patch 8.2.3606: file missing from list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
26057
diff
changeset
|
10 .github/ISSUE_TEMPLATE/bug_report.yml \ |
26596
ec6724c39b7d
patch 8.2.3827: huntr badge does not really fit in the list
Bram Moolenaar <Bram@vim.org>
parents:
26270
diff
changeset
|
11 .github/ISSUE_TEMPLATE/feature_request.md \ |
23467
826a6406ea7b
patch 8.2.2276: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
23293
diff
changeset
|
12 .github/workflows/ci.yml \ |
826a6406ea7b
patch 8.2.2276: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
23293
diff
changeset
|
13 .github/workflows/codeql-analysis.yml \ |
25531
8a8847008e27
patch 8.2.3302: Coverity is not run from github
Bram Moolenaar <Bram@vim.org>
parents:
25529
diff
changeset
|
14 .github/workflows/coverity.yml \ |
31140
a52697bcffa6
patch 9.0.0904: various comment and indent flaws
Bram Moolenaar <Bram@vim.org>
parents:
31105
diff
changeset
|
15 .github/dependabot.yml \ |
16574
cabfcd0f8012
patch 8.1.1290: .hgignore and .gitignore are either distributed or in git
Bram Moolenaar <Bram@vim.org>
parents:
16451
diff
changeset
|
16 .gitignore \ |
5889 | 17 .hgignore \ |
24104
c4e9c88bf4be
patch 8.2.2593: list of distributed files is incomplete
Bram Moolenaar <Bram@vim.org>
parents:
23469
diff
changeset
|
18 .appveyor.yml \ |
c4e9c88bf4be
patch 8.2.2593: list of distributed files is incomplete
Bram Moolenaar <Bram@vim.org>
parents:
23469
diff
changeset
|
19 .codecov.yml \ |
15723
bec05be6858a
patch 8.1.0869: Travis CI script is too complicated
Bram Moolenaar <Bram@vim.org>
parents:
15699
diff
changeset
|
20 ci/appveyor.bat \ |
23467
826a6406ea7b
patch 8.2.2276: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
23293
diff
changeset
|
21 ci/build-snd-dummy.sh \ |
826a6406ea7b
patch 8.2.2276: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
23293
diff
changeset
|
22 ci/config.mk*.sed \ |
19161
27ff44268da5
patch 8.2.0140: CI does not test building doc tags
Bram Moolenaar <Bram@vim.org>
parents:
19089
diff
changeset
|
23 ci/if_ver*.vim \ |
19816
f37028184d6a
patch 8.2.0464: typos and other small problems
Bram Moolenaar <Bram@vim.org>
parents:
19777
diff
changeset
|
24 ci/load-snd-dummy.sh \ |
23467
826a6406ea7b
patch 8.2.2276: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
23293
diff
changeset
|
25 ci/setup-xvfb.sh \ |
14272
5403d789674f
patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
14222
diff
changeset
|
26 src/Make_all.mak \ |
16129
52ae47071830
patch 8.1.1069: source README file doesn't look nice on github
Bram Moolenaar <Bram@vim.org>
parents:
16066
diff
changeset
|
27 src/README.md \ |
25529
bb1097899693
patch 8.2.3301: memory allocation functions don't have their own place
Bram Moolenaar <Bram@vim.org>
parents:
25206
diff
changeset
|
28 src/alloc.c \ |
7558
9a4c9dccd603
commit https://github.com/vim/vim/commit/b86a343280b08d6701da68ee0651e960a0a7a61c
Christian Brabandt <cb@256bit.org>
parents:
7478
diff
changeset
|
29 src/alloc.h \ |
7 | 30 src/arabic.c \ |
17744
4a3dca734d36
patch 8.1.1869: code for the argument list is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17652
diff
changeset
|
31 src/arglist.c \ |
7 | 32 src/ascii.h \ |
15634
746b95fd25ad
patch 8.1.0825: code for autocommands is mixed with file I/O code
Bram Moolenaar <Bram@vim.org>
parents:
15513
diff
changeset
|
33 src/autocmd.c \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
12843
diff
changeset
|
34 src/beval.c \ |
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
12843
diff
changeset
|
35 src/beval.h \ |
15513
06dd244b461b
patch 8.1.0764: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
15410
diff
changeset
|
36 src/blob.c \ |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
37 src/blowfish.c \ |
7 | 38 src/buffer.c \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18187
diff
changeset
|
39 src/bufwrite.c \ |
16632
30de89c1d090
patch 8.1.1318: code for text changes is in a "misc" file
Bram Moolenaar <Bram@vim.org>
parents:
16606
diff
changeset
|
40 src/change.c \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
41 src/channel.c \ |
7 | 42 src/charset.c \ |
18265
fe5afdc03bd2
patch 8.1.2127: the indent.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
18199
diff
changeset
|
43 src/cindent.c \ |
19920
5e41b2e63c73
patch 8.2.0516: client-server code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19816
diff
changeset
|
44 src/clientserver.c \ |
19774
00a1b89256ea
patch 8.2.0443: clipboard code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
45 src/clipboard.c \ |
17779
87a8760babec
patch 8.1.1886: command line expansion code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17759
diff
changeset
|
46 src/cmdexpand.c \ |
17652
9efb4dda9720
patch 8.1.1823: command line history code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17576
diff
changeset
|
47 src/cmdhist.c \ |
6124 | 48 src/crypt.c \ |
49 src/crypt_zip.c \ | |
16381
1dcbaa780b8e
patch 8.1.1195: Vim script debugger functionality needs cleanup
Bram Moolenaar <Bram@vim.org>
parents:
16285
diff
changeset
|
50 src/debugger.c \ |
9556
afaff1d283d3
commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4
Christian Brabandt <cb@256bit.org>
parents:
9519
diff
changeset
|
51 src/dict.c \ |
7 | 52 src/diff.c \ |
53 src/digraph.c \ | |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
54 src/drawline.c \ |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
55 src/drawscreen.c \ |
7 | 56 src/edit.c \ |
21789
f84625b961a8
patch 8.2.1444: error messages are spread out and names can be confusing
Bram Moolenaar <Bram@vim.org>
parents:
21779
diff
changeset
|
57 src/errors.h \ |
7 | 58 src/eval.c \ |
18010
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
59 src/evalbuffer.c \ |
9571
5eaa708ab50d
commit https://github.com/vim/vim/commit/73dad1e64cb42842d8259cb1a255a6fa59822f76
Christian Brabandt <cb@256bit.org>
parents:
9562
diff
changeset
|
60 src/evalfunc.c \ |
17873
d50a5faa75bd
patch 8.1.1933: the eval.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17861
diff
changeset
|
61 src/evalvars.c \ |
18010
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
62 src/evalwindow.c \ |
11374
889da8649221
patch 8.0.0572: building the command table requires Perl
Christian Brabandt <cb@256bit.org>
parents:
11370
diff
changeset
|
63 src/ex_cmdidxs.h \ |
7 | 64 src/ex_cmds.c \ |
65 src/ex_cmds.h \ | |
66 src/ex_cmds2.c \ | |
67 src/ex_docmd.c \ | |
68 src/ex_eval.c \ | |
69 src/ex_getln.c \ | |
70 src/feature.h \ | |
71 src/fileio.c \ | |
17966
46f95606b9ec
patch 8.1.1979: code for handling file names is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17873
diff
changeset
|
72 src/filepath.c \ |
15814
99ebf78686a9
patch 8.1.0914: code related to findfile() is spread out
Bram Moolenaar <Bram@vim.org>
parents:
15731
diff
changeset
|
73 src/findfile.c \ |
24780
7bc92a651472
patch 8.2.2928: the evalfunc.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
24689
diff
changeset
|
74 src/float.c \ |
7 | 75 src/fold.c \ |
76 src/getchar.c \ | |
77 src/globals.h \ | |
78 src/gui.c \ | |
79 src/gui.h \ | |
80 src/gui_beval.c \ | |
442 | 81 src/hardcopy.c \ |
800 | 82 src/hashtab.c \ |
21423
5db63c2c6929
patch 8.2.1262: src/ex_cmds.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
21329
diff
changeset
|
83 src/help.c \ |
17389
635d7f5010b8
patch 8.1.1693: syntax coloring and highlighting is in one big file
Bram Moolenaar <Bram@vim.org>
parents:
17379
diff
changeset
|
84 src/highlight.c \ |
15699
2d941023bd2f
patch 8.1.0857: indent functionality is not separated
Bram Moolenaar <Bram@vim.org>
parents:
15634
diff
changeset
|
85 src/indent.c \ |
16142
570a296aa0b4
patch 8.1.1076: file for Insert mode is much too big
Bram Moolenaar <Bram@vim.org>
parents:
16129
diff
changeset
|
86 src/insexpand.c \ |
22095
2cc0de1e05a6
patch 8.2.1597: the channel source file is too big
Bram Moolenaar <Bram@vim.org>
parents:
22089
diff
changeset
|
87 src/job.c \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
88 src/json.c \ |
7897
43071dab7621
commit https://github.com/vim/vim/commit/d087566a419cc107adab77db997b184ea0e433ad
Christian Brabandt <cb@256bit.org>
parents:
7745
diff
changeset
|
89 src/json_test.c \ |
31287
fa309d9af73c
patch 9.0.0977: it is not easy to see what client-server commands are doing
Bram Moolenaar <Bram@vim.org>
parents:
31140
diff
changeset
|
90 src/keymap.h \ |
10735
91bade354a41
patch 8.0.0257: test file missing in distribution
Christian Brabandt <cb@256bit.org>
parents:
10722
diff
changeset
|
91 src/kword_test.c \ |
9560
1e68dfd7931b
commit https://github.com/vim/vim/commit/da861d631d7e22654faee2789286c685ad548911
Christian Brabandt <cb@256bit.org>
parents:
9556
diff
changeset
|
92 src/list.c \ |
21437
b32b67a108f2
patch 8.2.1269: language and locale code spread out
Bram Moolenaar <Bram@vim.org>
parents:
21423
diff
changeset
|
93 src/locale.c \ |
31287
fa309d9af73c
patch 9.0.0977: it is not easy to see what client-server commands are doing
Bram Moolenaar <Bram@vim.org>
parents:
31140
diff
changeset
|
94 src/logfile.c \ |
7 | 95 src/macros.h \ |
96 src/main.c \ | |
17576
97a750e8707f
patch 8.1.1785: map functionality mixed with character input
Bram Moolenaar <Bram@vim.org>
parents:
17536
diff
changeset
|
97 src/map.c \ |
7 | 98 src/mark.c \ |
21054
b1fac55cf8a3
patch 8.2.1078: highlight and match functionality together in one file
Bram Moolenaar <Bram@vim.org>
parents:
20637
diff
changeset
|
99 src/match.c \ |
7 | 100 src/mbyte.c \ |
101 src/memfile.c \ | |
2730 | 102 src/memfile_test.c \ |
7 | 103 src/memline.c \ |
104 src/menu.c \ | |
105 src/message.c \ | |
9556
afaff1d283d3
commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4
Christian Brabandt <cb@256bit.org>
parents:
9519
diff
changeset
|
106 src/message_test.c \ |
7 | 107 src/misc1.c \ |
108 src/misc2.c \ | |
18135
1868ec23360e
patch 8.1.2062: the mouse code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
18124
diff
changeset
|
109 src/mouse.c \ |
7 | 110 src/move.c \ |
111 src/mysign \ | |
112 src/nbdebug.c \ | |
113 src/nbdebug.h \ | |
114 src/netbeans.c \ | |
115 src/normal.c \ | |
27447
4050f0554902
patch 8.2.4252: generating the normal command table at runtime is inefficient
Bram Moolenaar <Bram@vim.org>
parents:
27370
diff
changeset
|
116 src/nv_cmdidxs.h \ |
27484
ee1019e59bef
patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twice
Bram Moolenaar <Bram@vim.org>
parents:
27447
diff
changeset
|
117 src/nv_cmds.h \ |
7 | 118 src/ops.c \ |
119 src/option.c \ | |
120 src/option.h \ | |
18054
88b5c2b4e3d2
patch 8.1.2022: the option.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18019
diff
changeset
|
121 src/optiondefs.h \ |
18100
df5778d73320
patch 8.1.2045: the option.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18054
diff
changeset
|
122 src/optionstr.c \ |
18174
1ec6539cef68
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
Bram Moolenaar <Bram@vim.org>
parents:
18172
diff
changeset
|
123 src/popupmenu.c \ |
16778
eda4d65f232c
patch 8.1.1391: no popup window support
Bram Moolenaar <Bram@vim.org>
parents:
16632
diff
changeset
|
124 src/popupwin.c \ |
17370
ba06a1c42274
patch 8.1.1684: profiling functionality is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17164
diff
changeset
|
125 src/profiler.c \ |
7 | 126 src/quickfix.c \ |
127 src/regexp.c \ | |
18019
68fd5296bf73
patch 8.1.2005: the regexp.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18010
diff
changeset
|
128 src/regexp_bt.c \ |
4444 | 129 src/regexp_nfa.c \ |
7 | 130 src/regexp.h \ |
18164
f57481564f2c
patch 8.1.2077: the ops.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18135
diff
changeset
|
131 src/register.c \ |
17861
0a5c615cd949
patch 8.1.1927: code for dealing with script files is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17779
diff
changeset
|
132 src/scriptfile.c \ |
7 | 133 src/screen.c \ |
134 src/search.c \ | |
17536
e00d12c085a5
patch 8.1.1766: code for writing session file is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17458
diff
changeset
|
135 src/session.c \ |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
136 src/sha256.c \ |
15330
a6330a49e036
patch 8.1.0673: functionality for signs is spread out over several files
Bram Moolenaar <Bram@vim.org>
parents:
15257
diff
changeset
|
137 src/sign.c \ |
17004
353ed7ef78df
patch 8.1.1502: cannot play any sound
Bram Moolenaar <Bram@vim.org>
parents:
16953
diff
changeset
|
138 src/sound.c \ |
224 | 139 src/spell.c \ |
9583
b0c7061d6439
commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
Christian Brabandt <cb@256bit.org>
parents:
9571
diff
changeset
|
140 src/spell.h \ |
b0c7061d6439
commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
Christian Brabandt <cb@256bit.org>
parents:
9571
diff
changeset
|
141 src/spellfile.c \ |
18172
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18164
diff
changeset
|
142 src/spellsuggest.c \ |
25206
dc66d0284518
patch 8.2.3139: functions for string manipulation are spread out
Bram Moolenaar <Bram@vim.org>
parents:
24780
diff
changeset
|
143 src/strings.c \ |
15330
a6330a49e036
patch 8.1.0673: functionality for signs is spread out over several files
Bram Moolenaar <Bram@vim.org>
parents:
15257
diff
changeset
|
144 src/structs.h \ |
7 | 145 src/syntax.c \ |
146 src/tag.c \ | |
147 src/term.c \ | |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
148 src/terminal.c \ |
26222
24f74e6e3130
patch 8.2.3642: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
26149
diff
changeset
|
149 src/termdefs.h \ |
7 | 150 src/termlib.c \ |
17377
cb008de2a6ec
patch 8.1.1687: the evalfunc.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17373
diff
changeset
|
151 src/testing.c \ |
20237
918245588b50
patch 8.2.0674: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
20223
diff
changeset
|
152 src/textformat.c \ |
20209
6ca6a372fef6
patch 8.2.0660: the search.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
20191
diff
changeset
|
153 src/textobject.c \ |
15138
9df130fd5e0d
patch 8.1.0579: cannot attach properties to text
Bram Moolenaar <Bram@vim.org>
parents:
14970
diff
changeset
|
154 src/textprop.c \ |
19396
a961efb326e5
patch 8.2.0256: time and timer related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19380
diff
changeset
|
155 src/time.c \ |
20587
f502455965c0
patch 8.2.0847: typval related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
20466
diff
changeset
|
156 src/typval.c \ |
7 | 157 src/ui.c \ |
158 src/undo.c \ | |
16411
5b5c5daf57de
patch 8.1.1210: support for user commands is spread out
Bram Moolenaar <Bram@vim.org>
parents:
16381
diff
changeset
|
159 src/usercmd.c \ |
9562
86af4a48c00a
commit https://github.com/vim/vim/commit/a9b579f3d7463720a316e11e77a7a9fbb9267986
Christian Brabandt <cb@256bit.org>
parents:
9560
diff
changeset
|
160 src/userfunc.c \ |
7 | 161 src/version.c \ |
162 src/version.h \ | |
163 src/vim.h \ | |
19197
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
164 src/vim9.h \ |
31335
5acc0d2cf4f7
patch 9.0.1001: classes are not documented or implemented yet
Bram Moolenaar <Bram@vim.org>
parents:
31307
diff
changeset
|
165 src/vim9class.c \ |
26664
6035f58b39a3
patch 8.2.3861: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
26596
diff
changeset
|
166 src/vim9cmds.c \ |
19197
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
167 src/vim9compile.c \ |
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
168 src/vim9execute.c \ |
26664
6035f58b39a3
patch 8.2.3861: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
26596
diff
changeset
|
169 src/vim9expr.c \ |
6035f58b39a3
patch 8.2.3861: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
26596
diff
changeset
|
170 src/vim9instr.c \ |
19197
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
171 src/vim9script.c \ |
21711
d2dee69de7c7
patch 8.2.1405: Vim9: vim9compile.c is getting too big
Bram Moolenaar <Bram@vim.org>
parents:
21679
diff
changeset
|
172 src/vim9type.c \ |
17458
cfdef48743ed
patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17389
diff
changeset
|
173 src/viminfo.c \ |
4174 | 174 src/winclip.c \ |
7 | 175 src/window.c \ |
176 src/xxd/xxd.c \ | |
11079
50459aeb4773
patch 8.0.0428: git and hg see new files after running tests
Christian Brabandt <cb@256bit.org>
parents:
10958
diff
changeset
|
177 src/testdir/gen_opt_test.vim \ |
6181 | 178 src/testdir/README.txt \ |
7382
58958b8c9881
commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a
Christian Brabandt <cb@256bit.org>
parents:
7279
diff
changeset
|
179 src/testdir/Make_all.mak \ |
21779
30bdd2e4a6f9
patch 8.2.1439: tiny and small builds have no test coverage
Bram Moolenaar <Bram@vim.org>
parents:
21745
diff
changeset
|
180 src/testdir/*.in \ |
7910
e873010fb658
commit https://github.com/vim/vim/commit/bf087cead956513bcd8d40d70322875c479a1984
Christian Brabandt <cb@256bit.org>
parents:
7897
diff
changeset
|
181 src/testdir/*.py \ |
31105
46d1a434784b
patch 9.0.0887: cannot easily try out what codes various keys produce
Bram Moolenaar <Bram@vim.org>
parents:
30727
diff
changeset
|
182 src/testdir/keycode_check.vim \ |
46d1a434784b
patch 9.0.0887: cannot easily try out what codes various keys produce
Bram Moolenaar <Bram@vim.org>
parents:
30727
diff
changeset
|
183 src/testdir/keycode_check.json \ |
12041
e7388037a904
patch 8.0.0901: asan suppress file missing from distribution
Christian Brabandt <cb@256bit.org>
parents:
11999
diff
changeset
|
184 src/testdir/lsan-suppress.txt \ |
5619 | 185 src/testdir/sautest/autoload/*.vim \ |
20609
054ba681412d
patch 8.2.0858: not easy to require Lua modules
Bram Moolenaar <Bram@vim.org>
parents:
20591
diff
changeset
|
186 src/testdir/testluaplugin/lua/testluaplugin/*.lua \ |
19816
f37028184d6a
patch 8.2.0464: typos and other small problems
Bram Moolenaar <Bram@vim.org>
parents:
19777
diff
changeset
|
187 src/testdir/check.vim \ |
f37028184d6a
patch 8.2.0464: typos and other small problems
Bram Moolenaar <Bram@vim.org>
parents:
19777
diff
changeset
|
188 src/testdir/gui_init.vim \ |
f37028184d6a
patch 8.2.0464: typos and other small problems
Bram Moolenaar <Bram@vim.org>
parents:
19777
diff
changeset
|
189 src/testdir/gui_preinit.vim \ |
f37028184d6a
patch 8.2.0464: typos and other small problems
Bram Moolenaar <Bram@vim.org>
parents:
19777
diff
changeset
|
190 src/testdir/mouse.vim \ |
7279
b5e9810b389d
commit https://github.com/vim/vim/commit/683fa185a4b4ed7595e5942901548b8239ed5cdb
Christian Brabandt <cb@256bit.org>
parents:
7189
diff
changeset
|
191 src/testdir/runtest.vim \ |
19816
f37028184d6a
patch 8.2.0464: typos and other small problems
Bram Moolenaar <Bram@vim.org>
parents:
19777
diff
changeset
|
192 src/testdir/screendump.vim \ |
f37028184d6a
patch 8.2.0464: typos and other small problems
Bram Moolenaar <Bram@vim.org>
parents:
19777
diff
changeset
|
193 src/testdir/setup.vim \ |
f37028184d6a
patch 8.2.0464: typos and other small problems
Bram Moolenaar <Bram@vim.org>
parents:
19777
diff
changeset
|
194 src/testdir/setup_gui.vim \ |
f37028184d6a
patch 8.2.0464: typos and other small problems
Bram Moolenaar <Bram@vim.org>
parents:
19777
diff
changeset
|
195 src/testdir/shared.vim \ |
20170
0612c64a2b87
patch 8.2.0640: Vim9: expanding does not work
Bram Moolenaar <Bram@vim.org>
parents:
20134
diff
changeset
|
196 src/testdir/vim9.vim \ |
21679
b5ce3d0e0f74
patch 8.2.1389: file missing from the distribution
Bram Moolenaar <Bram@vim.org>
parents:
21534
diff
changeset
|
197 src/testdir/script_util.vim \ |
16953
95975a82df42
patch 8.1.1477: test summary fails in the tiny version
Bram Moolenaar <Bram@vim.org>
parents:
16778
diff
changeset
|
198 src/testdir/summarize.vim \ |
19816
f37028184d6a
patch 8.2.0464: typos and other small problems
Bram Moolenaar <Bram@vim.org>
parents:
19777
diff
changeset
|
199 src/testdir/term_util.vim \ |
10944
4e2cdce4576c
patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
10735
diff
changeset
|
200 src/testdir/view_util.vim \ |
21779
30bdd2e4a6f9
patch 8.2.1439: tiny and small builds have no test coverage
Bram Moolenaar <Bram@vim.org>
parents:
21745
diff
changeset
|
201 src/testdir/test[0-9]*.ok \ |
21741
baccf9e06efe
patch 8.2.1420: test 49 is old style
Bram Moolenaar <Bram@vim.org>
parents:
21711
diff
changeset
|
202 src/testdir/test77a.ok \ |
5812 | 203 src/testdir/test77a.com \ |
5850 | 204 src/testdir/test_*.vim \ |
4839
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
205 src/testdir/python2/*.py \ |
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
206 src/testdir/python3/*.py \ |
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
207 src/testdir/pythonx/*.py \ |
4993
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
208 src/testdir/pythonx/topmodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
209 src/testdir/pythonx/topmodule/submodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
210 src/testdir/pythonx/topmodule/submodule/subsubmodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
211 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
|
212 src/testdir/python_after/*.py \ |
96e154e825a7
updated for version 7.3.1172
Bram Moolenaar <bram@vim.org>
parents:
4839
diff
changeset
|
213 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
|
214 src/testdir/pyxfile/*.py \ |
13342
ea008de206ea
patch 8.0.1545: screen dumps not included in distribution
Christian Brabandt <cb@256bit.org>
parents:
13049
diff
changeset
|
215 src/testdir/dumps/*.dump \ |
30519
4a88061200c2
patch 9.0.0595: extra newline in messages after a verbose shell message
Bram Moolenaar <Bram@vim.org>
parents:
30385
diff
changeset
|
216 src/testdir/dumps/*.vim \ |
6337 | 217 src/testdir/samples/*.txt \ |
12843
28941cc872ca
patch 8.0.1298: missing test file
Christian Brabandt <cb@256bit.org>
parents:
12816
diff
changeset
|
218 src/testdir/samples/test000 \ |
12944
2d54f1e7ba0f
patch 8.0.1348: make testclean deletes script file on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
12901
diff
changeset
|
219 src/testdir/color_ramp.vim \ |
17004
353ed7ef78df
patch 8.1.1502: cannot play any sound
Bram Moolenaar <Bram@vim.org>
parents:
16953
diff
changeset
|
220 src/testdir/silent.wav \ |
17034
d4a7c690c8e6
patch 8.1.1517: when a popup changes all windows are redrawn
Bram Moolenaar <Bram@vim.org>
parents:
17004
diff
changeset
|
221 src/testdir/popupbounce.vim \ |
7 | 222 src/proto.h \ |
14782
d2aea794a681
patch 8.1.0403: header file missing from distribution
Christian Brabandt <cb@256bit.org>
parents:
14702
diff
changeset
|
223 src/protodef.h \ |
25529
bb1097899693
patch 8.2.3301: memory allocation functions don't have their own place
Bram Moolenaar <Bram@vim.org>
parents:
25206
diff
changeset
|
224 src/proto/alloc.pro \ |
9403
9b048dced116
commit https://github.com/vim/vim/commit/75464dc434c43efac60e8bfd9bec2a8b736407e9
Christian Brabandt <cb@256bit.org>
parents:
9363
diff
changeset
|
225 src/proto/arabic.pro \ |
17744
4a3dca734d36
patch 8.1.1869: code for the argument list is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17652
diff
changeset
|
226 src/proto/arglist.pro \ |
15634
746b95fd25ad
patch 8.1.0825: code for autocommands is mixed with file I/O code
Bram Moolenaar <Bram@vim.org>
parents:
15513
diff
changeset
|
227 src/proto/autocmd.pro \ |
12901
34dc9117795a
patch 8.0.1327: new proto file missing from distribution
Christian Brabandt <cb@256bit.org>
parents:
12871
diff
changeset
|
228 src/proto/beval.pro \ |
15513
06dd244b461b
patch 8.1.0764: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
15410
diff
changeset
|
229 src/proto/blob.pro \ |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
230 src/proto/blowfish.pro \ |
7 | 231 src/proto/buffer.pro \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18187
diff
changeset
|
232 src/proto/bufwrite.pro \ |
16632
30de89c1d090
patch 8.1.1318: code for text changes is in a "misc" file
Bram Moolenaar <Bram@vim.org>
parents:
16606
diff
changeset
|
233 src/proto/change.pro \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
234 src/proto/channel.pro \ |
7 | 235 src/proto/charset.pro \ |
18265
fe5afdc03bd2
patch 8.1.2127: the indent.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
18199
diff
changeset
|
236 src/proto/cindent.pro \ |
19920
5e41b2e63c73
patch 8.2.0516: client-server code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19816
diff
changeset
|
237 src/proto/clientserver.pro \ |
19774
00a1b89256ea
patch 8.2.0443: clipboard code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
238 src/proto/clipboard.pro \ |
17779
87a8760babec
patch 8.1.1886: command line expansion code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17759
diff
changeset
|
239 src/proto/cmdexpand.pro \ |
17759
805438fb38ba
patch 8.1.1876: proto file missing from distribution
Bram Moolenaar <Bram@vim.org>
parents:
17744
diff
changeset
|
240 src/proto/cmdhist.pro \ |
6124 | 241 src/proto/crypt.pro \ |
242 src/proto/crypt_zip.pro \ | |
16381
1dcbaa780b8e
patch 8.1.1195: Vim script debugger functionality needs cleanup
Bram Moolenaar <Bram@vim.org>
parents:
16285
diff
changeset
|
243 src/proto/debugger.pro \ |
9556
afaff1d283d3
commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4
Christian Brabandt <cb@256bit.org>
parents:
9519
diff
changeset
|
244 src/proto/dict.pro \ |
7 | 245 src/proto/diff.pro \ |
246 src/proto/digraph.pro \ | |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
247 src/proto/drawline.pro \ |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
248 src/proto/drawscreen.pro \ |
7 | 249 src/proto/edit.pro \ |
250 src/proto/eval.pro \ | |
18010
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
251 src/proto/evalbuffer.pro \ |
9571
5eaa708ab50d
commit https://github.com/vim/vim/commit/73dad1e64cb42842d8259cb1a255a6fa59822f76
Christian Brabandt <cb@256bit.org>
parents:
9562
diff
changeset
|
252 src/proto/evalfunc.pro \ |
17873
d50a5faa75bd
patch 8.1.1933: the eval.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17861
diff
changeset
|
253 src/proto/evalvars.pro \ |
18010
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
254 src/proto/evalwindow.pro \ |
7 | 255 src/proto/ex_cmds.pro \ |
256 src/proto/ex_cmds2.pro \ | |
257 src/proto/ex_docmd.pro \ | |
258 src/proto/ex_eval.pro \ | |
259 src/proto/ex_getln.pro \ | |
260 src/proto/fileio.pro \ | |
17966
46f95606b9ec
patch 8.1.1979: code for handling file names is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17873
diff
changeset
|
261 src/proto/filepath.pro \ |
15814
99ebf78686a9
patch 8.1.0914: code related to findfile() is spread out
Bram Moolenaar <Bram@vim.org>
parents:
15731
diff
changeset
|
262 src/proto/findfile.pro \ |
24780
7bc92a651472
patch 8.2.2928: the evalfunc.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
24689
diff
changeset
|
263 src/proto/float.pro \ |
7 | 264 src/proto/fold.pro \ |
265 src/proto/getchar.pro \ | |
266 src/proto/gui.pro \ | |
267 src/proto/gui_beval.pro \ | |
442 | 268 src/proto/hardcopy.pro \ |
800 | 269 src/proto/hashtab.pro \ |
21423
5db63c2c6929
patch 8.2.1262: src/ex_cmds.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
21329
diff
changeset
|
270 src/proto/help.pro \ |
17389
635d7f5010b8
patch 8.1.1693: syntax coloring and highlighting is in one big file
Bram Moolenaar <Bram@vim.org>
parents:
17379
diff
changeset
|
271 src/proto/highlight.pro \ |
15699
2d941023bd2f
patch 8.1.0857: indent functionality is not separated
Bram Moolenaar <Bram@vim.org>
parents:
15634
diff
changeset
|
272 src/proto/indent.pro \ |
16142
570a296aa0b4
patch 8.1.1076: file for Insert mode is much too big
Bram Moolenaar <Bram@vim.org>
parents:
16129
diff
changeset
|
273 src/proto/insexpand.pro \ |
22095
2cc0de1e05a6
patch 8.2.1597: the channel source file is too big
Bram Moolenaar <Bram@vim.org>
parents:
22089
diff
changeset
|
274 src/proto/job.pro \ |
7712
bce3b5ddb393
commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34
Christian Brabandt <cb@256bit.org>
parents:
7607
diff
changeset
|
275 src/proto/json.pro \ |
9560
1e68dfd7931b
commit https://github.com/vim/vim/commit/da861d631d7e22654faee2789286c685ad548911
Christian Brabandt <cb@256bit.org>
parents:
9556
diff
changeset
|
276 src/proto/list.pro \ |
21437
b32b67a108f2
patch 8.2.1269: language and locale code spread out
Bram Moolenaar <Bram@vim.org>
parents:
21423
diff
changeset
|
277 src/proto/locale.pro \ |
31307
90fb7de74f3d
patch 9.0.0987: file missing from list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
31287
diff
changeset
|
278 src/proto/logfile.pro \ |
7 | 279 src/proto/main.pro \ |
17576
97a750e8707f
patch 8.1.1785: map functionality mixed with character input
Bram Moolenaar <Bram@vim.org>
parents:
17536
diff
changeset
|
280 src/proto/map.pro \ |
7 | 281 src/proto/mark.pro \ |
21054
b1fac55cf8a3
patch 8.2.1078: highlight and match functionality together in one file
Bram Moolenaar <Bram@vim.org>
parents:
20637
diff
changeset
|
282 src/proto/match.pro \ |
7 | 283 src/proto/mbyte.pro \ |
284 src/proto/memfile.pro \ | |
285 src/proto/memline.pro \ | |
286 src/proto/menu.pro \ | |
287 src/proto/message.pro \ | |
288 src/proto/misc1.pro \ | |
289 src/proto/misc2.pro \ | |
18135
1868ec23360e
patch 8.1.2062: the mouse code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
18124
diff
changeset
|
290 src/proto/mouse.pro \ |
7 | 291 src/proto/move.pro \ |
292 src/proto/netbeans.pro \ | |
293 src/proto/normal.pro \ | |
294 src/proto/ops.pro \ | |
295 src/proto/option.pro \ | |
18100
df5778d73320
patch 8.1.2045: the option.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18054
diff
changeset
|
296 src/proto/optionstr.pro \ |
18174
1ec6539cef68
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
Bram Moolenaar <Bram@vim.org>
parents:
18172
diff
changeset
|
297 src/proto/popupmenu.pro \ |
16778
eda4d65f232c
patch 8.1.1391: no popup window support
Bram Moolenaar <Bram@vim.org>
parents:
16632
diff
changeset
|
298 src/proto/popupwin.pro \ |
17373
c7763af24f8d
patch 8.1.1685: missing file in distributed file list
Bram Moolenaar <Bram@vim.org>
parents:
17370
diff
changeset
|
299 src/proto/profiler.pro \ |
7 | 300 src/proto/quickfix.pro \ |
301 src/proto/regexp.pro \ | |
18164
f57481564f2c
patch 8.1.2077: the ops.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18135
diff
changeset
|
302 src/proto/register.pro \ |
17861
0a5c615cd949
patch 8.1.1927: code for dealing with script files is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17779
diff
changeset
|
303 src/proto/scriptfile.pro \ |
7 | 304 src/proto/screen.pro \ |
305 src/proto/search.pro \ | |
17536
e00d12c085a5
patch 8.1.1766: code for writing session file is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17458
diff
changeset
|
306 src/proto/session.pro \ |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
307 src/proto/sha256.pro \ |
15330
a6330a49e036
patch 8.1.0673: functionality for signs is spread out over several files
Bram Moolenaar <Bram@vim.org>
parents:
15257
diff
changeset
|
308 src/proto/sign.pro \ |
17004
353ed7ef78df
patch 8.1.1502: cannot play any sound
Bram Moolenaar <Bram@vim.org>
parents:
16953
diff
changeset
|
309 src/proto/sound.pro \ |
224 | 310 src/proto/spell.pro \ |
9583
b0c7061d6439
commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
Christian Brabandt <cb@256bit.org>
parents:
9571
diff
changeset
|
311 src/proto/spellfile.pro \ |
18172
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18164
diff
changeset
|
312 src/proto/spellsuggest.pro \ |
25206
dc66d0284518
patch 8.2.3139: functions for string manipulation are spread out
Bram Moolenaar <Bram@vim.org>
parents:
24780
diff
changeset
|
313 src/proto/strings.pro \ |
7 | 314 src/proto/syntax.pro \ |
315 src/proto/tag.pro \ | |
316 src/proto/term.pro \ | |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
317 src/proto/terminal.pro \ |
7 | 318 src/proto/termlib.pro \ |
17377
cb008de2a6ec
patch 8.1.1687: the evalfunc.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17373
diff
changeset
|
319 src/proto/testing.pro \ |
20237
918245588b50
patch 8.2.0674: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
20223
diff
changeset
|
320 src/proto/textformat.pro \ |
20209
6ca6a372fef6
patch 8.2.0660: the search.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
20191
diff
changeset
|
321 src/proto/textobject.pro \ |
15138
9df130fd5e0d
patch 8.1.0579: cannot attach properties to text
Bram Moolenaar <Bram@vim.org>
parents:
14970
diff
changeset
|
322 src/proto/textprop.pro \ |
19396
a961efb326e5
patch 8.2.0256: time and timer related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19380
diff
changeset
|
323 src/proto/time.pro \ |
20587
f502455965c0
patch 8.2.0847: typval related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
20466
diff
changeset
|
324 src/proto/typval.pro \ |
7 | 325 src/proto/ui.pro \ |
326 src/proto/undo.pro \ | |
16411
5b5c5daf57de
patch 8.1.1210: support for user commands is spread out
Bram Moolenaar <Bram@vim.org>
parents:
16381
diff
changeset
|
327 src/proto/usercmd.pro \ |
9562
86af4a48c00a
commit https://github.com/vim/vim/commit/a9b579f3d7463720a316e11e77a7a9fbb9267986
Christian Brabandt <cb@256bit.org>
parents:
9560
diff
changeset
|
328 src/proto/userfunc.pro \ |
7 | 329 src/proto/version.pro \ |
31335
5acc0d2cf4f7
patch 9.0.1001: classes are not documented or implemented yet
Bram Moolenaar <Bram@vim.org>
parents:
31307
diff
changeset
|
330 src/proto/vim9class.pro \ |
26664
6035f58b39a3
patch 8.2.3861: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
26596
diff
changeset
|
331 src/proto/vim9cmds.pro \ |
19197
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
332 src/proto/vim9compile.pro \ |
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
333 src/proto/vim9execute.pro \ |
26664
6035f58b39a3
patch 8.2.3861: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
26596
diff
changeset
|
334 src/proto/vim9expr.pro \ |
6035f58b39a3
patch 8.2.3861: list of distributed files is outdated
Bram Moolenaar <Bram@vim.org>
parents:
26596
diff
changeset
|
335 src/proto/vim9instr.pro \ |
19197
9f95830592e9
patch 8.2.0157: Vim9 script files not in list of distributed files
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
336 src/proto/vim9script.pro \ |
21711
d2dee69de7c7
patch 8.2.1405: Vim9: vim9compile.c is getting too big
Bram Moolenaar <Bram@vim.org>
parents:
21679
diff
changeset
|
337 src/proto/vim9type.pro \ |
17458
cfdef48743ed
patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17389
diff
changeset
|
338 src/proto/viminfo.pro \ |
4174 | 339 src/proto/winclip.pro \ |
7 | 340 src/proto/window.pro \ |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
341 src/libvterm/.bzrignore \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
342 src/libvterm/.gitignore \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
343 src/libvterm/LICENSE \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
344 src/libvterm/Makefile \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
345 src/libvterm/README \ |
20466
3bd0d7cfddc9
patch 8.2.0787: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20452
diff
changeset
|
346 src/libvterm/CONTRIBUTING \ |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
347 src/libvterm/tbl2inc_c.pl \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
348 src/libvterm/vterm.pc.in \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
349 src/libvterm/doc/URLs \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
350 src/libvterm/doc/seqs.txt \ |
20443
e02d45e302a2
patch 8.2.0776: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20242
diff
changeset
|
351 src/libvterm/find-wide-chars.pl \ |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
352 src/libvterm/include/vterm.h \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
353 src/libvterm/include/vterm_keycodes.h \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
354 src/libvterm/src/encoding.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
355 src/libvterm/src/encoding/DECdrawing.inc \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
356 src/libvterm/src/encoding/DECdrawing.tbl \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
357 src/libvterm/src/encoding/uk.inc \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
358 src/libvterm/src/encoding/uk.tbl \ |
20443
e02d45e302a2
patch 8.2.0776: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20242
diff
changeset
|
359 src/libvterm/src/fullwidth.inc \ |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
360 src/libvterm/src/keyboard.c \ |
18325
fc8f5b9aacfa
patch 8.1.2157: libvterm source files missing from distribution
Bram Moolenaar <Bram@vim.org>
parents:
18265
diff
changeset
|
361 src/libvterm/src/mouse.c \ |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
362 src/libvterm/src/parser.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
363 src/libvterm/src/pen.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
364 src/libvterm/src/rect.h \ |
18325
fc8f5b9aacfa
patch 8.1.2157: libvterm source files missing from distribution
Bram Moolenaar <Bram@vim.org>
parents:
18265
diff
changeset
|
365 src/libvterm/src/screen.c \ |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
366 src/libvterm/src/state.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
367 src/libvterm/src/unicode.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
368 src/libvterm/src/utf8.h \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
369 src/libvterm/src/vterm.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
370 src/libvterm/src/vterm_internal.h \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
371 src/libvterm/t/02parser.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
372 src/libvterm/t/03encoding_utf8.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
373 src/libvterm/t/10state_putglyph.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
374 src/libvterm/t/11state_movecursor.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
375 src/libvterm/t/12state_scroll.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
376 src/libvterm/t/13state_edit.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
377 src/libvterm/t/14state_encoding.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
378 src/libvterm/t/15state_mode.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
379 src/libvterm/t/16state_resize.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
380 src/libvterm/t/17state_mouse.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
381 src/libvterm/t/18state_termprops.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
382 src/libvterm/t/20state_wrapping.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
383 src/libvterm/t/21state_tabstops.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
384 src/libvterm/t/22state_save.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
385 src/libvterm/t/25state_input.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
386 src/libvterm/t/26state_query.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
387 src/libvterm/t/27state_reset.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
388 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
|
389 src/libvterm/t/29state_fallback.test \ |
20452
bf530e4e910a
patch 8.2.0780: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20443
diff
changeset
|
390 src/libvterm/t/30state_pen.test \ |
bf530e4e910a
patch 8.2.0780: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20443
diff
changeset
|
391 src/libvterm/t/31state_rep.test \ |
20587
f502455965c0
patch 8.2.0847: typval related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
20466
diff
changeset
|
392 src/libvterm/t/32state_flow.test \ |
26270
f93337ae0612
patch 8.2.3666: libvterm is outdated
Bram Moolenaar <Bram@vim.org>
parents:
26222
diff
changeset
|
393 src/libvterm/t/40state_selection.test \ |
20452
bf530e4e910a
patch 8.2.0780: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20443
diff
changeset
|
394 src/libvterm/t/60screen_ascii.test \ |
bf530e4e910a
patch 8.2.0780: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20443
diff
changeset
|
395 src/libvterm/t/61screen_unicode.test \ |
bf530e4e910a
patch 8.2.0780: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20443
diff
changeset
|
396 src/libvterm/t/62screen_damage.test \ |
bf530e4e910a
patch 8.2.0780: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20443
diff
changeset
|
397 src/libvterm/t/63screen_resize.test \ |
bf530e4e910a
patch 8.2.0780: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20443
diff
changeset
|
398 src/libvterm/t/64screen_pen.test \ |
bf530e4e910a
patch 8.2.0780: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20443
diff
changeset
|
399 src/libvterm/t/65screen_protect.test \ |
bf530e4e910a
patch 8.2.0780: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20443
diff
changeset
|
400 src/libvterm/t/66screen_extent.test \ |
bf530e4e910a
patch 8.2.0780: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20443
diff
changeset
|
401 src/libvterm/t/67screen_dbl_wh.test \ |
bf530e4e910a
patch 8.2.0780: libvterm code lags behind the upstream version
Bram Moolenaar <Bram@vim.org>
parents:
20443
diff
changeset
|
402 src/libvterm/t/68screen_termprops.test \ |
31140
a52697bcffa6
patch 9.0.0904: various comment and indent flaws
Bram Moolenaar <Bram@vim.org>
parents:
31105
diff
changeset
|
403 src/libvterm/t/69screen_reflow.test \ |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
404 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
|
405 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
|
406 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
|
407 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
|
408 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
|
409 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
|
410 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
|
411 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
|
412 src/libvterm/t/92lp1640917.test \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
413 src/libvterm/t/harness.c \ |
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11374
diff
changeset
|
414 src/libvterm/t/run-test.pl \ |
14702
daf8afe6279b
patch 8.1.0363: internal diff isn't used by default as advertised
Christian Brabandt <cb@256bit.org>
parents:
14696
diff
changeset
|
415 src/xdiff/COPYING \ |
daf8afe6279b
patch 8.1.0363: internal diff isn't used by default as advertised
Christian Brabandt <cb@256bit.org>
parents:
14696
diff
changeset
|
416 src/xdiff/README.txt \ |
14696
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
417 src/xdiff/xdiff.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
418 src/xdiff/xdiffi.c \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
419 src/xdiff/xdiffi.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
420 src/xdiff/xemit.c \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
421 src/xdiff/xemit.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
422 src/xdiff/xhistogram.c \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
423 src/xdiff/xinclude.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
424 src/xdiff/xmacros.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
425 src/xdiff/xpatience.c \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
426 src/xdiff/xprepare.c \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
427 src/xdiff/xprepare.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
428 src/xdiff/xtypes.h \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
429 src/xdiff/xutils.c \ |
195e8b1fcbbf
patch 8.1.0360: using an external diff program is slow and inflexible
Christian Brabandt <cb@256bit.org>
parents:
14666
diff
changeset
|
430 src/xdiff/xutils.h \ |
7 | 431 |
432 | |
433 # source files for Unix only | |
434 SRC_UNIX = \ | |
435 Makefile \ | |
436 Filelist \ | |
437 README_src.txt \ | |
438 configure \ | |
439 pixmaps/*.xpm \ | |
7382
58958b8c9881
commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a
Christian Brabandt <cb@256bit.org>
parents:
7279
diff
changeset
|
440 pixmaps/*.png \ |
7 | 441 pixmaps/gen-inline-pixbufs.sh \ |
442 pixmaps/stock_icons.h \ | |
443 src/INSTALL \ | |
1648 | 444 src/INSTALLx.txt \ |
7 | 445 src/Makefile \ |
446 src/auto/configure \ | |
447 src/config.h.in \ | |
448 src/config.mk.dist \ | |
449 src/config.mk.in \ | |
450 src/configure \ | |
10375
2055d3722c5b
commit https://github.com/vim/vim/commit/3f7d0907269558cb3ea184a3083640f9e20bb21e
Christian Brabandt <cb@256bit.org>
parents:
10032
diff
changeset
|
451 src/configure.ac \ |
11374
889da8649221
patch 8.0.0572: building the command table requires Perl
Christian Brabandt <cb@256bit.org>
parents:
11370
diff
changeset
|
452 src/create_cmdidxs.vim \ |
27484
ee1019e59bef
patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twice
Bram Moolenaar <Bram@vim.org>
parents:
27447
diff
changeset
|
453 src/create_nvcmdidxs.c \ |
27447
4050f0554902
patch 8.2.4252: generating the normal command table at runtime is inefficient
Bram Moolenaar <Bram@vim.org>
parents:
27370
diff
changeset
|
454 src/create_nvcmdidxs.vim \ |
7 | 455 src/gui_gtk.c \ |
456 src/gui_gtk_f.c \ | |
457 src/gui_gtk_f.h \ | |
458 src/gui_gtk_x11.c \ | |
7430
e2fe7a67b3a4
commit https://github.com/vim/vim/commit/39373819fd5fad825df416f1e2b96a6f43758e23
Christian Brabandt <cb@256bit.org>
parents:
7424
diff
changeset
|
459 src/gui_gtk_res.xml \ |
7 | 460 src/gui_motif.c \ |
45 | 461 src/gui_xmdlg.c \ |
50 | 462 src/gui_xmebw.c \ |
463 src/gui_xmebw.h \ | |
464 src/gui_xmebwp.h \ | |
7 | 465 src/gui_x11.c \ |
50 | 466 src/gui_x11_pm.h \ |
7 | 467 src/if_xcmdsrv.c \ |
468 src/link.sh \ | |
40 | 469 src/installman.sh \ |
470 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
|
471 src/install-sh \ |
7 | 472 src/os_unix.c \ |
473 src/os_unix.h \ | |
474 src/os_unixx.h \ | |
475 src/osdef.sh \ | |
476 src/osdef1.h.in \ | |
477 src/osdef2.h.in \ | |
478 src/pathdef.sh \ | |
479 src/proto/gui_gtk.pro \ | |
480 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
|
481 src/proto/gui_gtk_gresources.pro \ |
7 | 482 src/proto/gui_motif.pro \ |
45 | 483 src/proto/gui_xmdlg.pro \ |
7 | 484 src/proto/gui_x11.pro \ |
485 src/proto/if_xcmdsrv.pro \ | |
486 src/proto/os_unix.pro \ | |
487 src/proto/pty.pro \ | |
488 src/pty.c \ | |
489 src/testdir/Makefile \ | |
490 src/testdir/unix.vim \ | |
491 src/toolcheck \ | |
492 src/vim_icon.xbm \ | |
493 src/vim_mask.xbm \ | |
494 src/vimtutor \ | |
1585 | 495 src/gvimtutor \ |
7 | 496 src/which.sh \ |
497 src/xxd/Makefile \ | |
498 | |
499 # source files for both DOS and Unix | |
500 SRC_DOS_UNIX = \ | |
24570
27033b8bba0e
patch 8.2.2824: MS-Windows: build failure with MSVC
Bram Moolenaar <Bram@vim.org>
parents:
24104
diff
changeset
|
501 src/gui_xim.c \ |
7 | 502 src/if_cscope.c \ |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
503 src/if_lua.c \ |
14 | 504 src/if_mzsch.c \ |
505 src/if_mzsch.h \ | |
7 | 506 src/if_perl.xs \ |
507 src/if_perlsfio.c \ | |
508 src/if_python.c \ | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
509 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
|
510 src/if_py_both.h \ |
7 | 511 src/if_ruby.c \ |
512 src/if_tcl.c \ | |
24570
27033b8bba0e
patch 8.2.2824: MS-Windows: build failure with MSVC
Bram Moolenaar <Bram@vim.org>
parents:
24104
diff
changeset
|
513 src/proto/gui_xim.pro \ |
7 | 514 src/proto/if_cscope.pro \ |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
515 src/proto/if_lua.pro \ |
14 | 516 src/proto/if_mzsch.pro \ |
7 | 517 src/proto/if_perl.pro \ |
518 src/proto/if_perlsfio.pro \ | |
519 src/proto/if_python.pro \ | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
520 src/proto/if_python3.pro \ |
7 | 521 src/proto/if_ruby.pro \ |
522 src/proto/if_tcl.pro \ | |
523 src/typemap \ | |
524 | |
30170
ba9d53c7c509
patch 9.0.0421: MS-Windows makefiles are inconsistently named
Bram Moolenaar <Bram@vim.org>
parents:
29756
diff
changeset
|
525 # source files for MS-Windows (also in the extra archive) |
7 | 526 SRC_DOS = \ |
10 | 527 src/GvimExt/*.mak \ |
528 src/GvimExt/GvimExt.reg \ | |
529 src/GvimExt/Makefile \ | |
530 src/GvimExt/README.txt \ | |
531 src/GvimExt/gvimext.cpp \ | |
532 src/GvimExt/gvimext.def \ | |
533 src/GvimExt/gvimext.h \ | |
534 src/GvimExt/gvimext.inf \ | |
535 src/GvimExt/gvimext.rc \ | |
536 src/GvimExt/gvimext_ming.def \ | |
537 src/GvimExt/gvimext_ming.rc \ | |
538 src/GvimExt/resource.h \ | |
539 src/GvimExt/uninst.bat \ | |
7 | 540 README_srcdos.txt \ |
541 src/INSTALLpc.txt \ | |
542 src/Make_cyg.mak \ | |
6326 | 543 src/Make_cyg_ming.mak \ |
7 | 544 src/Make_ming.mak \ |
545 src/Make_mvc.mak \ | |
10032
f0b1cbf9467e
commit https://github.com/vim/vim/commit/cb03397abae22e7237511db2e19ad5ef3e5e5f4e
Christian Brabandt <cb@256bit.org>
parents:
10028
diff
changeset
|
546 tools/rename.bat \ |
7 | 547 src/bigvim.bat \ |
3845 | 548 src/bigvim64.bat \ |
30385
54dda39c5bb3
patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versions
Bram Moolenaar <Bram@vim.org>
parents:
30377
diff
changeset
|
549 src/msvc-latest.bat \ |
12610
c6dc5d62cf5e
patch 8.0.1183: MS-Windows build instructions are outdated
Christian Brabandt <cb@256bit.org>
parents:
12541
diff
changeset
|
550 src/msvc2015.bat \ |
30385
54dda39c5bb3
patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versions
Bram Moolenaar <Bram@vim.org>
parents:
30377
diff
changeset
|
551 src/msvc2017.bat \ |
54dda39c5bb3
patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versions
Bram Moolenaar <Bram@vim.org>
parents:
30377
diff
changeset
|
552 src/msvc2019.bat \ |
54dda39c5bb3
patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versions
Bram Moolenaar <Bram@vim.org>
parents:
30377
diff
changeset
|
553 src/msvc2022.bat \ |
14222
78449866e9a9
patch 8.1.0128: building with MinGW does not work out-of-the-box
Christian Brabandt <cb@256bit.org>
parents:
14183
diff
changeset
|
554 src/msys32.bat \ |
78449866e9a9
patch 8.1.0128: building with MinGW does not work out-of-the-box
Christian Brabandt <cb@256bit.org>
parents:
14183
diff
changeset
|
555 src/msys64.bat \ |
7 | 556 src/dlldata.c \ |
557 src/dosinst.c \ | |
558 src/dosinst.h \ | |
6124 | 559 src/gui_dwrite.cpp \ |
560 src/gui_dwrite.h \ | |
7 | 561 src/gui_w32.c \ |
562 src/gui_w32_rc.h \ | |
563 src/if_ole.cpp \ | |
564 src/if_ole.h \ | |
565 src/if_ole.idl \ | |
9363
f9dda6450c76
commit https://github.com/vim/vim/commit/97ff9b9cffd97219d888874b9b3811d55e99c78f
Christian Brabandt <cb@256bit.org>
parents:
9328
diff
changeset
|
566 src/iscygpty.c \ |
f9dda6450c76
commit https://github.com/vim/vim/commit/97ff9b9cffd97219d888874b9b3811d55e99c78f
Christian Brabandt <cb@256bit.org>
parents:
9328
diff
changeset
|
567 src/iscygpty.h \ |
7 | 568 src/iid_ole.c \ |
569 src/os_dos.h \ | |
16451
7ae2396cef62
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
Bram Moolenaar <Bram@vim.org>
parents:
16411
diff
changeset
|
570 src/os_w32dll.c \ |
7 | 571 src/os_w32exe.c \ |
572 src/os_win32.c \ | |
573 src/os_mswin.c \ | |
574 src/os_win32.h \ | |
575 src/proto/gui_w32.pro \ | |
576 src/proto/if_ole.pro \ | |
577 src/proto/os_win32.pro \ | |
578 src/proto/os_mswin.pro \ | |
579 src/testdir/Make_dos.mak \ | |
30170
ba9d53c7c509
patch 9.0.0421: MS-Windows makefiles are inconsistently named
Bram Moolenaar <Bram@vim.org>
parents:
29756
diff
changeset
|
580 src/testdir/Make_mvc.mak \ |
1724 | 581 src/testdir/Make_ming.mak \ |
7 | 582 src/testdir/dos.vim \ |
18174
1ec6539cef68
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
Bram Moolenaar <Bram@vim.org>
parents:
18172
diff
changeset
|
583 src/uninstall.c \ |
7 | 584 src/vim.rc \ |
24689
2e6cc2bf37d8
patch 8.2.2883: MS-Windows manifest file name is misleading
Bram Moolenaar <Bram@vim.org>
parents:
24570
diff
changeset
|
585 src/vim.manifest \ |
7 | 586 src/vimrun.c \ |
587 src/xpm_w32.c \ | |
588 src/xpm_w32.h \ | |
30170
ba9d53c7c509
patch 9.0.0421: MS-Windows makefiles are inconsistently named
Bram Moolenaar <Bram@vim.org>
parents:
29756
diff
changeset
|
589 src/tee/Make_ming.mak \ |
10028
62b7fb15ff7e
commit https://github.com/vim/vim/commit/fec246d2c595164ac3b7e9fe9677053d3739b834
Christian Brabandt <cb@256bit.org>
parents:
9669
diff
changeset
|
590 src/tee/Make_mvc.mak \ |
30170
ba9d53c7c509
patch 9.0.0421: MS-Windows makefiles are inconsistently named
Bram Moolenaar <Bram@vim.org>
parents:
29756
diff
changeset
|
591 src/tee/Makefile \ |
ba9d53c7c509
patch 9.0.0421: MS-Windows makefiles are inconsistently named
Bram Moolenaar <Bram@vim.org>
parents:
29756
diff
changeset
|
592 src/tee/tee.c \ |
3110 | 593 src/xxd/Make_ming.mak \ |
7 | 594 src/xxd/Make_mvc.mak \ |
595 nsis/gvim.nsi \ | |
7450
e159dff12e40
commit https://github.com/vim/vim/commit/92c23d8ab82e723e5fa2e0c5ee06348d72b8e444
Christian Brabandt <cb@256bit.org>
parents:
7430
diff
changeset
|
596 nsis/gvim_version.nsh \ |
7 | 597 nsis/README.txt \ |
15213
c0eb9a74f73d
patch 8.1.0616: NSIS installer is outdated
Bram Moolenaar <Bram@vim.org>
parents:
15138
diff
changeset
|
598 nsis/lang/*.nsi \ |
18174
1ec6539cef68
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
Bram Moolenaar <Bram@vim.org>
parents:
18172
diff
changeset
|
599 uninstall.txt \ |
7 | 600 |
601 # source files for DOS without CR/LF translation (also in the extra archive) | |
602 SRC_DOS_BIN = \ | |
603 src/tearoff.bmp \ | |
604 src/tools.bmp \ | |
605 src/vim*.ico \ | |
606 src/vim.tlb \ | |
3762 | 607 src/xpm/COPYRIGHT \ |
608 src/xpm/README.txt \ | |
16229
081522b02c2d
patch 8.1.1119: no support for Windows on ARM64.
Bram Moolenaar <Bram@vim.org>
parents:
16209
diff
changeset
|
609 src/xpm/arm64/lib-vc14/libXpm.lib \ |
3762 | 610 src/xpm/include/*.h \ |
16229
081522b02c2d
patch 8.1.1119: no support for Windows on ARM64.
Bram Moolenaar <Bram@vim.org>
parents:
16209
diff
changeset
|
611 src/xpm/x64/lib-vc14/libXpm.lib \ |
3845 | 612 src/xpm/x64/lib/libXpm.a \ |
16229
081522b02c2d
patch 8.1.1119: no support for Windows on ARM64.
Bram Moolenaar <Bram@vim.org>
parents:
16209
diff
changeset
|
613 src/xpm/x86/lib-vc14/libXpm.lib \ |
3762 | 614 src/xpm/x86/lib/libXpm.a \ |
29373
0729bb8db99e
patch 9.0.0029: the bitmaps/vim.ico file is not in the distribution
Bram Moolenaar <Bram@vim.org>
parents:
29352
diff
changeset
|
615 runtime/bitmaps/vim.ico \ |
15410
cb1652e41314
patch 8.1.0713: images for NSIS take up too much space
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
616 nsis/icons.zip \ |
7 | 617 |
618 # source files for Amiga, DOS, etc. (also in the extra archive) | |
619 SRC_AMI_DOS = \ | |
620 | |
621 # source files for Amiga (also in the extra archive) | |
622 SRC_AMI = \ | |
623 README_amisrc.txt \ | |
624 README_amisrc.txt.info \ | |
625 src.info \ | |
626 src/INSTALLami.txt \ | |
22198
591f210d9324
patch 8.2.1648: Amiga: no common build file for Amiga (-like) systems
Bram Moolenaar <Bram@vim.org>
parents:
22095
diff
changeset
|
627 src/Make_ami.mak \ |
7 | 628 src/os_amiga.c \ |
629 src/os_amiga.h \ | |
630 src/proto/os_amiga.pro \ | |
631 src/testdir/Make_amiga.mak \ | |
632 src/testdir/amiga.vim \ | |
633 src/xxd/Make_amiga.mak \ | |
634 | |
19526
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19524
diff
changeset
|
635 # source files for Haiku (also in the extra archive) |
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19524
diff
changeset
|
636 SRC_HAIKU = \ |
20134
352701a626ed
patch 8.2.0622: Haiku: GUI does not compile
Bram Moolenaar <Bram@vim.org>
parents:
19920
diff
changeset
|
637 README_haiku.txt \ |
19526
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19524
diff
changeset
|
638 src/os_haiku.h \ |
20223
57a69af99e48
patch 8.2.0667: cannot install Haiku version from source
Bram Moolenaar <Bram@vim.org>
parents:
20209
diff
changeset
|
639 src/os_haiku.rdef.in \ |
19526
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19524
diff
changeset
|
640 src/gui_haiku.cc \ |
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19524
diff
changeset
|
641 src/gui_haiku.h \ |
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19524
diff
changeset
|
642 src/proto/gui_haiku.pro \ |
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19524
diff
changeset
|
643 |
7 | 644 # source files for the Mac (also in the extra archive) |
645 SRC_MAC = \ | |
646 src/INSTALLmac.txt \ | |
18 | 647 src/os_mac.h \ |
648 src/os_mac_conv.c \ | |
2309
543ea69d037f
Add clipboard support in Mac console. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2180
diff
changeset
|
649 src/os_macosx.m \ |
501 | 650 src/proto/os_mac_conv.pro \ |
31140
a52697bcffa6
patch 9.0.0904: various comment and indent flaws
Bram Moolenaar <Bram@vim.org>
parents:
31105
diff
changeset
|
651 src/proto/os_macosx.pro \ |
7 | 652 |
653 # source files for VMS (in the extra archive) | |
654 SRC_VMS = \ | |
655 src/INSTALLvms.txt \ | |
656 src/Make_vms.mms \ | |
657 src/gui_gtk_vms.h \ | |
658 src/os_vms.c \ | |
659 src/os_vms_conf.h \ | |
660 src/os_vms_mms.c \ | |
661 src/proto/os_vms.pro \ | |
662 src/testdir/Make_vms.mms \ | |
663 src/testdir/vms.vim \ | |
664 src/xxd/Make_vms.mms \ | |
665 vimtutor.com \ | |
666 | |
667 # source files for QNX (in the extra archive) | |
668 SRC_QNX = \ | |
669 src/os_qnx.c \ | |
670 src/os_qnx.h \ | |
671 src/gui_photon.c \ | |
672 src/proto/gui_photon.pro \ | |
673 src/proto/os_qnx.pro \ | |
674 | |
675 # source files for the extra archive (all sources that are not for Unix) | |
676 SRC_EXTRA = \ | |
677 $(SRC_AMI) \ | |
678 $(SRC_AMI_DOS) \ | |
679 $(SRC_DOS) \ | |
680 $(SRC_DOS_BIN) \ | |
19526
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19524
diff
changeset
|
681 $(SRC_HAIKU) \ |
7 | 682 $(SRC_MAC) \ |
683 $(SRC_QNX) \ | |
684 $(SRC_VMS) \ | |
685 README_os390.txt \ | |
686 src/link.390 \ | |
687 src/os_vms_fix.com \ | |
688 src/toolbar.phi \ | |
689 | |
690 # runtime files for all distributions | |
691 RT_ALL = \ | |
692 README.txt \ | |
6916 | 693 README.md \ |
19524
4a6a412e4565
patch 8.2.0319: file missing in distribution, comments outdated
Bram Moolenaar <Bram@vim.org>
parents:
19396
diff
changeset
|
694 README_VIM9.md \ |
19089
9185ddf4cded
patch 8.2.0105: Vim license not easy to find on github
Bram Moolenaar <Bram@vim.org>
parents:
18769
diff
changeset
|
695 LICENSE \ |
7068
a55f35ed381b
commit https://github.com/vim/vim/commit/6017f3799dbb744fc34894d968b36729e607203e
Christian Brabandt <cb@256bit.org>
parents:
6916
diff
changeset
|
696 CONTRIBUTING.md \ |
7 | 697 runtime/bugreport.vim \ |
698 runtime/doc/*.awk \ | |
699 runtime/doc/*.pl \ | |
700 runtime/doc/*.txt \ | |
701 runtime/doc/Makefile \ | |
702 runtime/doc/doctags.c \ | |
18487
5b95ccb82c0a
patch 8.1.2238: error in docs tags goes unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
18376
diff
changeset
|
703 runtime/doc/doctags.vim \ |
12952
7fd105bfe992
patch 8.0.1352: dead URLs in the help go unnoticed
Christian Brabandt <cb@256bit.org>
parents:
12944
diff
changeset
|
704 runtime/doc/test_urls.vim \ |
7 | 705 runtime/doc/vim.1 \ |
706 runtime/doc/evim.1 \ | |
707 runtime/doc/vimdiff.1 \ | |
708 runtime/doc/vimtutor.1 \ | |
709 runtime/doc/xxd.1 \ | |
710 runtime/ftoff.vim \ | |
711 runtime/gvimrc_example.vim \ | |
28733
db38dab0e525
patch 8.2.4891: Vim help presentation could be better
Bram Moolenaar <Bram@vim.org>
parents:
28303
diff
changeset
|
712 runtime/import/dist/vimhelp.vim \ |
7 | 713 runtime/macros/README.txt \ |
590 | 714 runtime/macros/editexisting.vim \ |
7 | 715 runtime/macros/hanoi/click.me \ |
716 runtime/macros/hanoi/hanoi.vim \ | |
717 runtime/macros/hanoi/poster \ | |
718 runtime/macros/justify.vim \ | |
3685 | 719 runtime/macros/less.bat \ |
7 | 720 runtime/macros/less.sh \ |
721 runtime/macros/less.vim \ | |
722 runtime/macros/life/click.me \ | |
723 runtime/macros/life/life.vim \ | |
8728
b1ca6aa215b7
commit https://github.com/vim/vim/commit/da64ab322ae35e473a24b211d22d05b1439aa05c
Christian Brabandt <cb@256bit.org>
parents:
8720
diff
changeset
|
724 runtime/macros/matchit.vim \ |
7 | 725 runtime/macros/maze/README.txt \ |
726 runtime/macros/maze/[mM]akefile \ | |
727 runtime/macros/maze/maze.c \ | |
728 runtime/macros/maze/maze_5.78 \ | |
729 runtime/macros/maze/maze_mac \ | |
730 runtime/macros/maze/mazeansi.c \ | |
731 runtime/macros/maze/mazeclean.c \ | |
732 runtime/macros/maze/poster \ | |
733 runtime/macros/shellmenu.vim \ | |
734 runtime/macros/swapmous.vim \ | |
735 runtime/macros/urm/README.txt \ | |
736 runtime/macros/urm/examples \ | |
737 runtime/macros/urm/urm \ | |
738 runtime/macros/urm/urm.vim \ | |
9669
284b4eb307fc
commit https://github.com/vim/vim/commit/8c08b5b569e2a9e9f63dea514591ecfa2d3bb392
Christian Brabandt <cb@256bit.org>
parents:
9583
diff
changeset
|
739 runtime/defaults.vim \ |
284b4eb307fc
commit https://github.com/vim/vim/commit/8c08b5b569e2a9e9f63dea514591ecfa2d3bb392
Christian Brabandt <cb@256bit.org>
parents:
9583
diff
changeset
|
740 runtime/evim.vim \ |
7 | 741 runtime/mswin.vim \ |
742 runtime/optwin.vim \ | |
743 runtime/ftplugin.vim \ | |
744 runtime/ftplugof.vim \ | |
745 runtime/indent.vim \ | |
746 runtime/indoff.vim \ | |
747 runtime/termcap \ | |
748 runtime/tools/README.txt \ | |
749 runtime/tools/[a-z]*[a-z0-9] \ | |
750 runtime/tutor/README.txt \ | |
751 runtime/tutor/tutor \ | |
752 runtime/tutor/tutor.vim \ | |
753 runtime/vimrc_example.vim \ | |
14666
70fc1a842e29
patch 8.1.0346: building with Aap is outdated and unused
Christian Brabandt <cb@256bit.org>
parents:
14288
diff
changeset
|
754 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim \ |
8769
7ac9d9e98892
commit https://github.com/vim/vim/commit/2946d0236dc9e23ec0050feacdb959b9ae5672a8
Christian Brabandt <cb@256bit.org>
parents:
8728
diff
changeset
|
755 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
|
756 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
|
757 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
|
758 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
|
759 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
|
760 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
|
761 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
|
762 runtime/pack/dist/opt/matchit/doc/tags \ |
15731
eef64072071f
patch 8.1.0873: list if distributed files does not include matchit autoload
Bram Moolenaar <Bram@vim.org>
parents:
15723
diff
changeset
|
763 runtime/pack/dist/opt/matchit/autoload/*.vim \ |
8775
d5136647ce31
commit https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55
Christian Brabandt <cb@256bit.org>
parents:
8773
diff
changeset
|
764 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
|
765 runtime/pack/dist/opt/swapmouse/plugin/swapmouse.vim \ |
12395
39e1087e7094
patch 8.0.1077: no debugger making use of the terminal window
Christian Brabandt <cb@256bit.org>
parents:
12041
diff
changeset
|
766 runtime/pack/dist/opt/termdebug/plugin/termdebug.vim \ |
7 | 767 |
768 # runtime files for all distributions without CR-NL translation | |
769 RT_ALL_BIN = \ | |
770 runtime/doc/tags \ | |
771 runtime/print/*.ps \ | |
772 | |
773 # runtime script files | |
774 RT_SCRIPTS = \ | |
775 runtime/filetype.vim \ | |
776 runtime/scripts.vim \ | |
777 runtime/menu.vim \ | |
719 | 778 runtime/macmap.vim \ |
7 | 779 runtime/delmenu.vim \ |
780 runtime/synmenu.vim \ | |
781 runtime/makemenu.vim \ | |
446 | 782 runtime/autoload/*.vim \ |
783 runtime/autoload/README.txt \ | |
12816
218102da5226
patch 8.0.1285: occasional crash when using a channel
Christian Brabandt <cb@256bit.org>
parents:
12708
diff
changeset
|
784 runtime/autoload/dist/*.vim \ |
827 | 785 runtime/autoload/xml/*.vim \ |
31392
446cf0e93ed3
patch 9.0.1029: autoload directory missing from distribution
Bram Moolenaar <Bram@vim.org>
parents:
31388
diff
changeset
|
786 runtime/autoload/zig/*.vim \ |
7 | 787 runtime/colors/*.vim \ |
788 runtime/colors/README.txt \ | |
26057
92c424550367
patch 8.2.3562: cannot add color names
Bram Moolenaar <Bram@vim.org>
parents:
25531
diff
changeset
|
789 runtime/colors/lists/*.vim \ |
13049
0d23a49da746
patch 8.0.1400: color scheme check script shows up as color scheme
Christian Brabandt <cb@256bit.org>
parents:
12952
diff
changeset
|
790 runtime/colors/tools/*.vim \ |
7 | 791 runtime/compiler/*.vim \ |
792 runtime/compiler/README.txt \ | |
793 runtime/indent/*.vim \ | |
794 runtime/indent/README.txt \ | |
14970
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
795 runtime/indent/Makefile \ |
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
796 runtime/indent/testdir/README.txt \ |
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
797 runtime/indent/testdir/*.vim \ |
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
798 runtime/indent/testdir/*.in \ |
19b757c6c6a7
patch 8.1.0496: no tests for indent files
Bram Moolenaar <Bram@vim.org>
parents:
14798
diff
changeset
|
799 runtime/indent/testdir/*.ok \ |
7 | 800 runtime/ftplugin/*.vim \ |
1668 | 801 runtime/ftplugin/logtalk.dict \ |
7 | 802 runtime/ftplugin/README.txt \ |
803 runtime/plugin/*.vim \ | |
804 runtime/plugin/README.txt \ | |
805 runtime/syntax/*.vim \ | |
806 runtime/syntax/README.txt \ | |
29756 | 807 runtime/syntax/shared/*.vim \ |
808 runtime/syntax/shared/README.txt \ | |
7 | 809 |
810 # Unix runtime | |
811 RT_UNIX = \ | |
812 README_unix.txt \ | |
11 | 813 runtime/hi16-action-make.png \ |
814 runtime/hi22-action-make.png \ | |
7189
0b4387f570ec
commit https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9
Christian Brabandt <cb@256bit.org>
parents:
7121
diff
changeset
|
815 runtime/gvim.desktop \ |
0b4387f570ec
commit https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9
Christian Brabandt <cb@256bit.org>
parents:
7121
diff
changeset
|
816 runtime/vim.desktop \ |
7 | 817 |
818 # Unix and DOS runtime without CR-LF translation | |
819 RT_UNIX_DOS_BIN = \ | |
820 runtime/vim16x16.gif \ | |
19777
b245e974d42c
patch 8.2.0445: png and xpm files not in MS-Windows zip file
Bram Moolenaar <Bram@vim.org>
parents:
19774
diff
changeset
|
821 runtime/vim16x16.png \ |
b245e974d42c
patch 8.2.0445: png and xpm files not in MS-Windows zip file
Bram Moolenaar <Bram@vim.org>
parents:
19774
diff
changeset
|
822 runtime/vim16x16.xpm \ |
7 | 823 runtime/vim32x32.gif \ |
19777
b245e974d42c
patch 8.2.0445: png and xpm files not in MS-Windows zip file
Bram Moolenaar <Bram@vim.org>
parents:
19774
diff
changeset
|
824 runtime/vim32x32.png \ |
b245e974d42c
patch 8.2.0445: png and xpm files not in MS-Windows zip file
Bram Moolenaar <Bram@vim.org>
parents:
19774
diff
changeset
|
825 runtime/vim32x32.xpm \ |
7 | 826 runtime/vim48x48.gif \ |
19777
b245e974d42c
patch 8.2.0445: png and xpm files not in MS-Windows zip file
Bram Moolenaar <Bram@vim.org>
parents:
19774
diff
changeset
|
827 runtime/vim48x48.png \ |
b245e974d42c
patch 8.2.0445: png and xpm files not in MS-Windows zip file
Bram Moolenaar <Bram@vim.org>
parents:
19774
diff
changeset
|
828 runtime/vim48x48.xpm \ |
7 | 829 |
830 # runtime not for unix or extra | |
831 RT_NO_UNIX = \ | |
832 | |
833 # runtime for Amiga (also in the extra archive) | |
834 RT_AMI_DOS = \ | |
14278
e92964e4e58e
patch 8.1.0155: evim.man missing from the distribution
Christian Brabandt <cb@256bit.org>
parents:
14272
diff
changeset
|
835 runtime/doc/evim.man \ |
7 | 836 runtime/doc/vim.man \ |
837 runtime/doc/vimdiff.man \ | |
838 runtime/doc/vimtutor.man \ | |
839 runtime/doc/xxd.man \ | |
840 | |
841 # DOS runtime (also in the extra archive) | |
842 RT_DOS = \ | |
843 README_dos.txt \ | |
844 vimtutor.bat \ | |
845 | |
846 # DOS runtime without CR-LF translation (also in the extra archive) | |
847 RT_DOS_BIN = \ | |
848 runtime/vimlogo.cdr \ | |
849 runtime/vimlogo.eps \ | |
850 runtime/vimlogo.gif \ | |
851 runtime/vimlogo.pdf \ | |
852 | |
853 # Amiga runtime (also in the extra archive) | |
854 RT_AMI = \ | |
855 README.txt.info \ | |
856 README_ami.txt \ | |
857 README_ami.txt.info \ | |
858 runtime/doc.info \ | |
859 runtime/doc/*.info \ | |
1181 | 860 runtime/icons/README.txt \ |
861 runtime/icons/*.info \ | |
7 | 862 runtime/icons.info \ |
863 runtime/macros.info \ | |
864 runtime/macros/*.info \ | |
865 runtime/macros/hanoi/*.info \ | |
866 runtime/macros/life/*.info \ | |
867 runtime/macros/maze/*.info \ | |
868 runtime/macros/urm/*.info \ | |
869 runtime/tools.info \ | |
870 runtime/tutor.info \ | |
871 runtime/tutor/*.info \ | |
872 | |
873 # runtime files in extra archive | |
874 RT_EXTRA = \ | |
875 $(RT_AMI) \ | |
876 $(RT_AMI_DOS) \ | |
877 $(RT_DOS) \ | |
878 $(RT_DOS_BIN) \ | |
879 README_mac.txt \ | |
880 | |
881 # included in all Amiga archives | |
882 ROOT_AMI = \ | |
883 Contents \ | |
884 Contents.info \ | |
885 runtime.info \ | |
886 vimdir.info \ | |
887 | |
888 # root files for the extra archive | |
889 ROOT_EXTRA = \ | |
890 $(ROOT_AMI) \ | |
891 | |
892 # files for Amiga small binary (also in extra archive) | |
893 BIN_AMI = \ | |
894 README_amibin.txt \ | |
895 README_amibin.txt.info \ | |
896 Vim.info \ | |
897 Xxd.info \ | |
898 | |
899 # files for DOS binary (also in extra archive) | |
900 BIN_DOS = \ | |
901 README_bindos.txt \ | |
18174
1ec6539cef68
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
Bram Moolenaar <Bram@vim.org>
parents:
18172
diff
changeset
|
902 uninstall.txt \ |
7 | 903 |
904 # files for Win32 OLE binary (also in extra archive) | |
905 BIN_OLE = \ | |
906 README_ole.txt \ | |
907 | |
908 # files for Win32s binary (also in extra archive) | |
909 BIN_W32S = \ | |
910 README_w32s.txt \ | |
911 | |
912 # files for VMS binary (also in extra archive) | |
913 BIN_VMS = \ | |
914 README_vms.txt \ | |
915 | |
916 # files for OS/2 binary (also in extra archive) | |
917 BIN_OS2 = \ | |
918 README_os2.txt \ | |
919 | |
920 # binary files for extra archive | |
921 BIN_EXTRA = \ | |
922 $(BIN_AMI) \ | |
923 $(BIN_DOS) \ | |
924 $(BIN_OLE) \ | |
925 $(BIN_W32S) \ | |
926 $(BIN_VMS) \ | |
927 $(BIN_OS2) \ | |
928 | |
929 # all files for extra archive | |
930 EXTRA = \ | |
931 $(BIN_EXTRA) \ | |
932 $(ROOT_EXTRA) \ | |
933 $(RT_EXTRA) \ | |
934 $(SRC_EXTRA) \ | |
935 README_extra.txt \ | |
936 runtime/vimlogo.xpm \ | |
937 | |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
938 # 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
|
939 IN_README_DIR = \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
940 README.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
941 README_ami.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
942 README_ami.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
943 README_amibin.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
944 README_amibin.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
945 README_amisrc.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
946 README_amisrc.txt.info \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
947 README_bindos.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
948 README_dos.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
949 README_extra.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
950 README_mac.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
951 README_ole.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
952 README_os2.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
953 README_os390.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
954 README_src.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
955 README_srcdos.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
956 README_unix.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
957 README_vms.txt \ |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
958 README_w32s.txt \ |
8639
91286ec46e97
commit https://github.com/vim/vim/commit/4d581a826c54cecdde3001fdf0a5becf67e54cfd
Christian Brabandt <cb@256bit.org>
parents:
8625
diff
changeset
|
959 Contents \ |
8625
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
960 Contents.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
961 Vim.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
962 Xxd.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
963 runtime.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
964 src.info \ |
d98fbc8dca8e
commit https://github.com/vim/vim/commit/cff572abb922d49455b01484e99b98c371fa4560
Christian Brabandt <cb@256bit.org>
parents:
8623
diff
changeset
|
965 vimdir.info \ |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
8621
diff
changeset
|
966 |
7 | 967 # generic language files |
968 LANG_GEN = \ | |
14288
ffd03eb67836
patch 8.1.0160: no Danish manual translations
Christian Brabandt <cb@256bit.org>
parents:
14278
diff
changeset
|
969 runtime/doc/*-da.1 \ |
ffd03eb67836
patch 8.1.0160: no Danish manual translations
Christian Brabandt <cb@256bit.org>
parents:
14278
diff
changeset
|
970 runtime/doc/*-da.UTF-8.1 \ |
3685 | 971 runtime/doc/*-de.1 \ |
972 runtime/doc/*-de.UTF-8.1 \ | |
237 | 973 runtime/doc/*-fr.1 \ |
974 runtime/doc/*-fr.UTF-8.1 \ | |
40 | 975 runtime/doc/*-it.1 \ |
221 | 976 runtime/doc/*-it.UTF-8.1 \ |
5178
7a1b782ec64a
updated for version 7.4a.015
Bram Moolenaar <bram@vim.org>
parents:
4993
diff
changeset
|
977 runtime/doc/*-ja.UTF-8.1 \ |
809 | 978 runtime/doc/*-pl.1 \ |
979 runtime/doc/*-pl.UTF-8.1 \ | |
221 | 980 runtime/doc/*-ru.1 \ |
981 runtime/doc/*-ru.UTF-8.1 \ | |
20611
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
20609
diff
changeset
|
982 runtime/doc/*-tr.1 \ |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
20609
diff
changeset
|
983 runtime/doc/*-tr.UTF-8.1 \ |
7 | 984 runtime/lang/README.txt \ |
27974
495418c6cac8
patch 8.2.4512: the find_tags_in_file() function is much too long
Bram Moolenaar <Bram@vim.org>
parents:
27513
diff
changeset
|
985 runtime/lang/Makefile \ |
7 | 986 runtime/lang/menu_*.vim \ |
987 runtime/keymap/README.txt \ | |
988 runtime/keymap/*.vim \ | |
989 runtime/tutor/README.*.txt \ | |
990 runtime/tutor/Makefile \ | |
1648 | 991 runtime/tutor/tutor.utf-8 \ |
7 | 992 runtime/tutor/tutor.?? \ |
3848 | 993 runtime/tutor/tutor.??.utf-8 \ |
994 runtime/tutor/tutor.??.euc \ | |
995 runtime/tutor/tutor.??.sjis \ | |
996 runtime/tutor/tutor.??.iso9 \ | |
997 runtime/tutor/tutor.??.big5 \ | |
998 runtime/tutor/tutor.??.cp1250 \ | |
999 runtime/tutor/tutor.??.cp1251 \ | |
1000 runtime/tutor/tutor.??.cp737 \ | |
1001 runtime/tutor/tutor.??_??.utf-8 \ | |
2730 | 1002 runtime/tutor/tutor.bar \ |
3848 | 1003 runtime/tutor/tutor.bar.utf-8 \ |
237 | 1004 runtime/spell/README.txt \ |
388 | 1005 runtime/spell/??/*.diff \ |
1006 runtime/spell/??/main.aap \ | |
29272
8175cd4c8fdd
patch 8.2.5154: still mentioning version8, some cosmetic issues
Bram Moolenaar <Bram@vim.org>
parents:
29140
diff
changeset
|
1007 runtime/spell/sr/README_sr.txt \ |
29352 | 1008 runtime/spell/sr/convert.vim \ |
2044
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
1009 runtime/spell/tet/*.diff \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
1010 runtime/spell/tet/main.aap \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
1011 runtime/spell/check/main.aap \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
1012 runtime/spell/check/*.aff \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
1013 runtime/spell/check/*.dic \ |
477 | 1014 runtime/spell/yi/README.txt \ |
388 | 1015 runtime/spell/main.aap \ |
488 | 1016 runtime/spell/*.vim \ |
242 | 1017 |
1018 # generic language files, binary | |
1019 LANG_GEN_BIN = \ | |
446 | 1020 runtime/spell/README_en.txt \ |
242 | 1021 runtime/spell/en.ascii.spl \ |
237 | 1022 runtime/spell/en.latin1.spl \ |
1023 runtime/spell/en.utf-8.spl \ | |
625 | 1024 runtime/spell/en.ascii.sug \ |
1025 runtime/spell/en.latin1.sug \ | |
1026 runtime/spell/en.utf-8.sug \ | |
7 | 1027 |
1028 # all files for lang archive | |
1029 LANG_SRC = \ | |
1030 src/po/README.txt \ | |
1031 src/po/README_mingw.txt \ | |
1032 src/po/README_mvc.txt \ | |
461 | 1033 src/po/check.vim \ |
7 | 1034 src/po/cleanup.vim \ |
21989
52e970719f4b
patch 8.2.1544: cannot translate messages in a Vim script
Bram Moolenaar <Bram@vim.org>
parents:
21981
diff
changeset
|
1035 src/po/tojavascript.vim \ |
52e970719f4b
patch 8.2.1544: cannot translate messages in a Vim script
Bram Moolenaar <Bram@vim.org>
parents:
21981
diff
changeset
|
1036 src/po/fixfilenames.vim \ |
7 | 1037 src/po/Makefile \ |
14183
20dbc221dd3c
patch 8.1.0109: new po makefile missing from distribution
Christian Brabandt <cb@256bit.org>
parents:
13784
diff
changeset
|
1038 src/po/Make_all.mak \ |
389 | 1039 src/po/Make_cyg.mak \ |
7 | 1040 src/po/Make_ming.mak \ |
1041 src/po/Make_mvc.mak \ | |
16285
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16229
diff
changeset
|
1042 src/po/vim.desktop.in \ |
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16229
diff
changeset
|
1043 src/po/gvim.desktop.in \ |
7 | 1044 src/po/sjiscorr.c \ |
1045 src/po/*.po \ | |
1046 | |
1047 # the language files for the Win32 lang archive | |
1048 LANG_DOS = \ | |
1049 src/po/*.mo \ | |
1050 | |
1051 # vim: set ft=make: |