Mercurial > vim
view pixmaps/tb_help.xpm @ 29540:9b8ab82e3b0b v9.0.0111
patch 9.0.0111: "nocombine" is missing from synIDattr()
Commit: https://github.com/vim/vim/commit/de78632c41d870d5254e9ccd285f53674b955f4e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 30 14:56:17 2022 +0100
patch 9.0.0111: "nocombine" is missing from synIDattr()
Problem: "nocombine" is missing from synIDattr().
Solution: Add "nocombine". (Muni Tanjim, closes https://github.com/vim/vim/issues/10816)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 30 Jul 2022 16:00:02 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_help_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 3 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s bottomShadowColor m black c #5D6069", /* pixels */ " ", " ", " .....X ", " .. X..X ", " ..X ... ", " ..X ... ", " X.. X..X ", " ..X ", " .. ", " ..X ", " ..X ", " ", " ..X ", " ..X ", " ..X ", " XX ", " ", " "};