view runtime/vim16x16.xpm @ 26153:44fe7d15881d v8.2.3608

patch 8.2.3608: users who type "q:" instead of ":q" are confused Commit: https://github.com/vim/vim/commit/125ffd21f9601a90b845f1d50c24da0d3938bb59 Author: Egor Zvorykin <egzvor@gmail.com> Date: Wed Nov 17 14:01:14 2021 +0000 patch 8.2.3608: users who type "q:" instead of ":q" are confused Problem: Users who type "q:" instead of ":q" are confused. Solution: Add an autocmd to give a message that explains this is the command-line window. (Egor Zvorykin, closes #9146)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Nov 2021 15:15:05 +0100
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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};