Mercurial > vim
view pixmaps/tb_ctags.xpm @ 20318:3cbcee39fc5c v8.2.0714
patch 8.2.0714: Vim9: handling constant expression does not scale
Commit: https://github.com/vim/vim/commit/f0eefce93bb06037a2d45e7ea8c0ad6f1f714151
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu May 7 22:19:01 2020 +0200
patch 8.2.0714: Vim9: handling constant expression does not scale
Problem: Vim9: handling constant expression does not scale.
Solution: Use another solution, passint typval_T.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 07 May 2020 22:30:03 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_ctags_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 iconColor2 m none c #FFFFFF", "o s bottomShadowColor m black c #5D6069", "O m black c #888800", "+ s topShadowColor m none c #DCDEE5", "@ s iconColor6 m none c #FFFF00", /* pixels */ " .. ..... ", " .XX.XXXXX. ", " .XXXXXXXXX. ", " .XX.XXXX..X. ", " .. ....o .. ", " OO++O+...+O+.+ ", " Oo@@@@@...o@@@.o", " Oo@@@@@@...o@@@.o", "Oo@+o+@@@...o@@@.o", "O@@o.o@@@...o@@@.o", "o@@+o+@@@...o@@@.o", "o.@@@@@@@...o@@@.o", " o.@@@@@@...o@@@.o", " o.........o....o", " oooooo...oooooo", " ...o ", " ...o ", " ooo "};