Mercurial > vim
view pixmaps/tb_jump.xpm @ 28139:f34afadbef47 v8.2.4594
patch 8.2.4594: need to write script to a file to be able to source them
Commit: https://github.com/vim/vim/commit/36a5b6867bb6c0bd69c8da7d788000ab8a0b0ab0
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Sat Mar 19 12:56:51 2022 +0000
patch 8.2.4594: need to write script to a file to be able to source them
Problem: Need to write script to a file to be able to source them.
Solution: Make ":source" use lines from the current buffer. (Yegappan
Lakshmanan et al., closes #9967)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 19 Mar 2022 14:00:03 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_jump_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 6 1 0 0", /* colors */ " s none m none c none", ". m black c #888800", "X s bottomShadowColor m black c #5D6069", "o s iconColor6 m none c #FFFF00", "O s iconColor1 m black c #000000", "+ s topShadowColor m none c #DCDEE5", /* pixels */ " ", " ", " ", " ", " .............. ", " .XooooooooooooOX", " .XoooooooooooooOX", ".Xo+X+ooooooooooOX", ".ooXOXooooooooooOX", "Xoo+X+ooooooooooOX", "XOooooooooooooooOX", " XOoooooooooooooOX", " XOOOOOOOOOOOOOOX", " XXXXXXXXXXXXXXX", " ", " ", " ", " "};