Mercurial > vim
view pixmaps/tb_load_session.xpm @ 27821:c3b34e4bbe34 v8.2.4436
patch 8.2.4436: crash with weird 'vartabstop' value
Commit: https://github.com/vim/vim/commit/4e889f98e95ac05d7c8bd3ee933ab4d47820fdfa
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Feb 21 19:36:12 2022 +0000
patch 8.2.4436: crash with weird 'vartabstop' value
Problem: Crash with weird 'vartabstop' value.
Solution: Check for running into the end of the line.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 21 Feb 2022 20:45:03 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_load_session_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 9 1 0 0", /* colors */ " s none m none c none", ". m black c #880000", "X s iconColor3 m black c #FF0000", "o s iconColor1 m black c #000000", "O s iconColor2 m none c #FFFFFF", "+ s iconGray2 m none c #bdbdbd", "@ s iconGray5 m black c #737373", "# s iconGray4 m none c #949494", "$ s bottomShadowColor m black c #5D6069", /* pixels */ " .. ", " .XX. ", " .XXXX. ", " ...XX... ", " .XX. ", " .XX. ", " .XX. ", " .... ", " ooooooooooooo ", " oOOOOOOOOOO++@o ", " oOOOOOOOOOOOO#@o ", " oO+++++++++XX#@o ", " oO+++++++++++#@o ", " oOoooooooooo+#@o$", " oOOOOOOOOOOO+#@o$", " o+###########@o$ ", " ooooooooooooo$ ", " $$$$$$$$$$$ "};