Mercurial > vim
view runtime/vim32x32.xpm @ 15770:77e97f159554 v8.1.0892
patch 8.1.0892: failure when closing a window when location list is in use
commit https://github.com/vim/vim/commit/eeb1b9c7ed33c152e041a286d79bf3ed00d80e40
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 10 22:59:04 2019 +0100
patch 8.1.0892: failure when closing a window when location list is in use
Problem: Failure when closing a window when location list is in use.
Solution: Handle the situation gracefully. Make sure memory for 'switchbuf'
is not freed at the wrong time. (Yegappan Lakshmanan,
closes #3928)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 10 Feb 2019 23:00:05 +0100 |
parents | 3fc0f57ecb91 |
children | 8f04cf65ecff |
line wrap: on
line source
/* XPM */ static char * vim32x32[] = { "32 32 8 1", " c None", ". c #000000", "+ c #000080", "@ c #008000", "# c #00FF00", "$ c #808080", "% c #C0C0C0", "& c #FFFFFF", " .. ", " .##. ", " ...........#@@#. ......... ", " .&&&&&&&&&&&.@@@#.&&&&&&&&&. ", " .&%%%%%%%%%%%.@@@.&%%%%%%%%%. ", " .%%%%%%%%%%$.@@@@.%%%%%%%%$. ", " .$%%%%%%$$.@@@@@@.$%%%%%$$. ", " .&%%%%%%$.@@@@@@.&%%%%%$$. ", " .&%%%%%%$.@@@@@.&&%%%%$$. ", " .&%%%%%%$.@@@@.&&%%%%$$. ", " .&%%%%%%$.@@@.&&%%%%$$. ", " .&%%%%%%$.@@.&&%%%%$$.#. ", " ..&%%%%%%$.@.&&%%%%$$.@@#. ", " .#.&%%%%%%$..&&%%%%$$.@@@@#. ", " .#@.&%%%%%%$.&&%%%%$$.@@@@@@#. ", ".#@@.&%%%%%%$&&%%%%$$.@@@@@@@@#.", ".+@@.&%%%%%%$&%%%%$$.@@@@@@@@@+.", " .+@.&%%%%%%$%%%%$$.@@@@@@@@@+. ", " .+.&%%%%%%%%%%...@@@@@@@@@+. ", " ..&%%%%%%%%%.%%.@@@@@@@@+. ", " .&%%%%%%%%%.%%.@@@@@@@+. ", " .&%%%%%%%%$...@...@...... ", " .&%%%%%%%$.%%%.%%%.%%%.%%. ", " .&%%%%%%$$..%%..%%%%%%%%%%. ", " .&%%%%%$$..%%...%%++%%..%. ", " .&%%%%$$.@.%%..%%+.%%..%%. ", " .&%%%$$.@@.%%..%%..%%..%%. ", " .&%%$$..+.%%..%%..%%..%%. ", " .%$$. ..%%%.%%..%%..%%%. ", " ... ....+.. .. ... ", " .++. ", " .. "};