Mercurial > vim
view pixmaps/tb_find_help.xpm @ 25200:da0e5ff44b14 v8.2.3136
patch 8.2.3136: no test for E187 and "No swap file"
Commit: https://github.com/vim/vim/commit/fe3418abe0dac65e42e85b5a91c5d0c975bc65bb
Author: Dominique Pelle <dominique.pelle@gmail.com>
Date: Sat Jul 10 17:59:48 2021 +0200
patch 8.2.3136: no test for E187 and "No swap file"
Problem: No test for E187 and "No swap file".
Solution: Add a test. (Dominique Pell?, closes https://github.com/vim/vim/issues/8540)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 10 Jul 2021 18:00:04 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_find_help_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 5 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s bottomShadowColor m black c #5D6069", "o s iconGray2 m none c #bdbdbd", "O s iconColor2 m none c #FFFFFF", /* pixels */ " ", " ", " .....X ", " .. X..X ", " ..X ... ", " ..X .... ", " X.. .oOOo. ", " .oooOoo. ", " .OOOOoO. ", " ..oOOooo. ", " ...oOOo.X ", " ....X.. ", " ..X ... ", " ..X .. ", " ..X ", " XX ", " ", " "};