Mercurial > vim
annotate runtime/vim16x16.xpm @ 28944:f498ab5c82ea v8.2.4994
patch 8.2.4994: tests are using legacy functions
Commit: https://github.com/vim/vim/commit/7e569d09d2ec4fa334a2d3d5b0b6dbca16d97133
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 21 21:30:50 2022 +0100
patch 8.2.4994: tests are using legacy functions
Problem: Tests are using legacy functions.
Solution: Convert a few tests to use :def functions.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 21 May 2022 22:45:03 +0200 |
parents | 3fc0f57ecb91 |
children | 8f04cf65ecff |
rev | line source |
---|---|
7 | 1 /* XPM */ |
2 static char * vim16x16[] = { | |
3 "16 16 8 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #000080", | |
7 "@ c #008000", | |
8 "# c #00FF00", | |
9 "$ c #808080", | |
10 "% c #C0C0C0", | |
11 "& c #FFFFFF", | |
12 " .....#. .... ", | |
13 " .&&&&&.@.&&&&. ", | |
14 " .%%%%%$..%%%%$.", | |
15 " .%%%$.@.&%%$. ", | |
16 " .%%%$..&%%$. ", | |
17 " .%%%$.&%%$.. ", | |
18 " #.%%%$&%%$.@@. ", | |
19 "#@.%%%&%%$.@@@@.", | |
20 ".@.%%%%%..@@@@+ ", | |
21 " ..%%%%.%...@. ", | |
22 " .%%%%...%%.%. ", | |
23 " .%%%.%%.%%%%%.", | |
24 " .%%$..%.%.%.%.", | |
25 " .%$.@.%.%.%.%.", | |
26 " .. .%%.%.%.%.", | |
27 " .. . . . "}; |