annotate src/vim_mask.xbm @ 22981:72e0ec552189 v8.2.2037

patch 8.2.2037: compiler test depends on list of compiler plugins Commit: https://github.com/vim/vim/commit/60bc8e7244080b7ead009cfabebc3401f272ddbe Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 23 21:24:58 2020 +0100 patch 8.2.2037: compiler test depends on list of compiler plugins Problem: Compiler test depends on list of compiler plugins. Solution: Compare with the actual list of compiler plugins.
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Nov 2020 21:30:04 +0100
parents 3fc0f57ecb91
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 #define vim_mask_icon_width 32
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 #define vim_mask_icon_height 32
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 static unsigned char vim_mask_icon_bits[] = {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 0x00, 0x80, 0x01, 0x00, 0x00, 0xc0, 0x03, 0x00, 0xfc, 0xff, 0xff, 0x3f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x7f, 0xf8, 0xff, 0xff, 0x7f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 0xf0, 0xff, 0xff, 0x7f, 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x1f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 0xf0, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0x07, 0xf0, 0xff, 0xff, 0x0f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 0xf8, 0xff, 0xff, 0x1f, 0xfc, 0xff, 0xff, 0x3f, 0xfe, 0xff, 0xff, 0x7f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0x7f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10 0xfc, 0xff, 0xff, 0x3f, 0xf8, 0xff, 0xff, 0x1f, 0xf0, 0xff, 0xff, 0x0f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11 0xf0, 0xff, 0xff, 0x5f, 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x7f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x3f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
13 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x7f, 0xd0, 0xe1, 0xdf, 0x1c,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
14 0x00, 0xc0, 0x43, 0x00, 0x00, 0x80, 0x01, 0x00};