Mercurial > vim
view pixmaps/tb_help.xpm @ 22812:1ef3b04875ff v8.2.1954
patch 8.2.1954: Vim9: not all command modifiers are tested
Commit: https://github.com/vim/vim/commit/f65b35b4465d3622128bd82bd3775f833542eb1f
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Nov 4 18:02:44 2020 +0100
patch 8.2.1954: Vim9: not all command modifiers are tested
Problem: Vim9: not all command modifiers are tested.
Solution: Add tests for "keep" modifiers. Fix that marks are lost even
though ":lockmarks" is used.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 04 Nov 2020 18:15:03 +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 ", " ", " "};