Mercurial > vim
view pixmaps/tb_paste.xpm @ 32966:966e77ea7626
runtime(bindzone): updated syntax file
Commit: https://github.com/vim/vim/commit/6e93689bde7321ce974ae99ec6c74efb08d78842
Author: Oskar Stenman <oskar@cetex.se>
Date: Tue Aug 22 22:34:08 2023 +0200
runtime(bindzone): updated syntax file
- Add support for APL type in runtime/syntax/bindzone.vim
- all values between 0- 4294967295 are valid serials
closes: #9743
closes: #8382
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 22 Aug 2023 22:45:03 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_paste_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 7 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s iconGray5 m black c #737373", "o s iconGray2 m none c #bdbdbd", "O s bottomShadowColor m black c #5D6069", "+ s iconGray4 m none c #949494", "@ s iconColor2 m none c #FFFFFF", /* pixels */ " ", " .... ", " XXXX ", " ...oooo...O ", " .o+......++.O ", " .o+++++++++.O ", " .o+++.......... ", " .o+++.@@@@@@@@. ", " .o+++.@......@.O ", " .o+++.@@@@@@@@.O ", " .o+++.@@@@@@@@.O ", " .o+++.@......@.O ", " .o+++.@@@@@@@@.O ", " .....@..@@@@@.O ", " OOO.@@@@@@@@.O ", " ..........O ", " OOOOOOOOO ", " "};