Mercurial > vim
view pixmaps/tb_help.xpm @ 15071:aabaf1499d05 v8.1.0546
patch 8.1.0546: modeline test with keymap fails
commit https://github.com/vim/vim/commit/4ace6ab7e72151d78f1563b23b498ed20fa00211
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Nov 25 04:25:58 2018 +0100
patch 8.1.0546: modeline test with keymap fails
Problem: Modeline test with keymap fails.
Solution: Check that the keymap feature is available.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 25 Nov 2018 04:30:08 +0100 |
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 ", " ", " "};