Mercurial > vim
view runtime/vim16x16.xpm @ 15107:6344377dc7dc v8.1.0564
patch 8.1.0564: setting v:errors to wrong type still possible
commit https://github.com/vim/vim/commit/88b53fd0521d1e62df17a8a1f2181425e9d4854c
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Dec 5 18:43:28 2018 +0100
patch 8.1.0564: setting v:errors to wrong type still possible
Problem: Setting v:errors to wrong type still possible.
Solution: Return after giving an error message. (Christian Brabandt)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 05 Dec 2018 18:45:06 +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", " .....#. .... ", " .&&&&&.@.&&&&. ", " .%%%%%$..%%%%$.", " .%%%$.@.&%%$. ", " .%%%$..&%%$. ", " .%%%$.&%%$.. ", " #.%%%$&%%$.@@. ", "#@.%%%&%%$.@@@@.", ".@.%%%%%..@@@@+ ", " ..%%%%.%...@. ", " .%%%%...%%.%. ", " .%%%.%%.%%%%%.", " .%%$..%.%.%.%.", " .%$.@.%.%.%.%.", " .. .%%.%.%.%.", " .. . . . "};