Mercurial > vim
annotate runtime/vim16x16.xpm @ 31616:0eb51cec2154 v9.0.1140
patch 9.0.1140: cannot call an object method in a compiled function
Commit: https://github.com/vim/vim/commit/574950dfb1d353f094463b709e39544ebf8fcdcd
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jan 3 19:08:50 2023 +0000
patch 9.0.1140: cannot call an object method in a compiled function
Problem: Cannot call an object method in a compiled function.
Solution: Compile the instructins to invoke an object method.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 03 Jan 2023 20:15:03 +0100 |
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 " .. . . . "}; |