view pixmaps/tb_vsplit.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
line wrap: on
line source

/* XPM */
static char * tb_vsplit_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s topShadowColor	m none	c #DCDEE5",
"X	s iconColor1	m black	c #000000",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
" .XXXXXXXXXXXXXX  ",
" .X....oXO....oX  ",
" .X..o.oXO..o.oXO ",
" .X.oo.oXO.oo.oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .XoooooXooooooXO ",
" .XXXXXXXXXXXXXXO ",
"    OOOOOOOOOOOOO ",
"                  "};