Mercurial > vim
view runtime/vim16x16.xpm @ 20021:4895e5cf1746 v8.2.0566
patch 8.2.0566: Vim9: variable can be used uninitialized
Commit: https://github.com/vim/vim/commit/1a2f4bf6c80d750615f19c34e5baddd21310c9c9
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Apr 12 23:09:25 2020 +0200
patch 8.2.0566: Vim9: variable can be used uninitialized
Problem: Vim9: variable can be used uninitialized.
Solution: Jump to after where variable is used.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 12 Apr 2020 23:15:03 +0200 |
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", " .....#. .... ", " .&&&&&.@.&&&&. ", " .%%%%%$..%%%%$.", " .%%%$.@.&%%$. ", " .%%%$..&%%$. ", " .%%%$.&%%$.. ", " #.%%%$&%%$.@@. ", "#@.%%%&%%$.@@@@.", ".@.%%%%%..@@@@+ ", " ..%%%%.%...@. ", " .%%%%...%%.%. ", " .%%%.%%.%%%%%.", " .%%$..%.%.%.%.", " .%$.@.%.%.%.%.", " .. .%%.%.%.%.", " .. . . . "};