Mercurial > vim
view runtime/vim16x16.xpm @ 24287:c2a234e8c896 v8.2.2684
patch 8.2.2684: not enough folding code is tested
Commit: https://github.com/vim/vim/commit/5c504f680e63120fea36becfabb8d939d4449e34
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Apr 1 13:39:51 2021 +0200
patch 8.2.2684: not enough folding code is tested
Problem: Not enough folding code is tested.
Solution: Add more test cases. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8046)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 01 Apr 2021 13:45:02 +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", " .....#. .... ", " .&&&&&.@.&&&&. ", " .%%%%%$..%%%%$.", " .%%%$.@.&%%$. ", " .%%%$..&%%$. ", " .%%%$.&%%$.. ", " #.%%%$&%%$.@@. ", "#@.%%%&%%$.@@@@.", ".@.%%%%%..@@@@+ ", " ..%%%%.%...@. ", " .%%%%...%%.%. ", " .%%%.%%.%%%%%.", " .%%$..%.%.%.%.", " .%$.@.%.%.%.%.", " .. .%%.%.%.%.", " .. . . . "};