view runtime/vim16x16.xpm @ 28467:3beb14b12bbd v8.2.4758

patch 8.2.4758: when using an LSP channel want to get the message ID Commit: https://github.com/vim/vim/commit/3b470ae88f034d3741832ab1cc51a5bb8edaf4c6 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Apr 16 10:41:27 2022 +0100 patch 8.2.4758: when using an LSP channel want to get the message ID Problem: When using an LSP channel want to get the message ID. Solution: Have ch_sendexpr() return the ID. (Yegappan Lakshmanan, closes #10202)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Apr 2022 11:45:03 +0200
parents 3fc0f57ecb91
children 8f04cf65ecff
line wrap: on
line source

/* XPM */
static char * vim16x16[] = {
"16 16 8 1",
" 	c None",
".	c #000000",
"+	c #000080",
"@	c #008000",
"#	c #00FF00",
"$	c #808080",
"%	c #C0C0C0",
"&	c #FFFFFF",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};