Mercurial > vim
view pixmaps/tb_cut.xpm @ 17686:853afcc375b2 v8.1.1840
patch 8.1.1840: Testing: WorkingClipboard() is not accurate
commit https://github.com/vim/vim/commit/52992feafe8a996fbce29b97ae135abc169aa716
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Aug 12 14:20:33 2019 +0200
patch 8.1.1840: Testing: WorkingClipboard() is not accurate
Problem: Testing: WorkingClipboard() is not accurate.
Solution: Check feature clipboard_working instead.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 12 Aug 2019 14:30:06 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_cut_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 ", " ...X ... ", " .XX.X .X . ", " . .X .X .X ", " . .X .X .X ", " ..XX ..X ", " XX XX ", " ", " "};