Mercurial > vim
view runtime/vim16x16.xpm @ 23021:d10a37eb91ee v8.2.2057
patch 8.2.2057: getting the selection may trigger TextYankPost autocmd
Commit: https://github.com/vim/vim/commit/fccbf068f8c85474db8d8dead1530321d1f3e5b8
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 26 20:34:00 2020 +0100
patch 8.2.2057: getting the selection may trigger TextYankPost autocmd
Problem: Getting the selection may trigger TextYankPost autocmd.
Solution: Only trigger the autocommand when yanking in Vim, not for getting
the selection. (closes #7367)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 26 Nov 2020 20:45:03 +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", " .....#. .... ", " .&&&&&.@.&&&&. ", " .%%%%%$..%%%%$.", " .%%%$.@.&%%$. ", " .%%%$..&%%$. ", " .%%%$.&%%$.. ", " #.%%%$&%%$.@@. ", "#@.%%%&%%$.@@@@.", ".@.%%%%%..@@@@+ ", " ..%%%%.%...@. ", " .%%%%...%%.%. ", " .%%%.%%.%%%%%.", " .%%$..%.%.%.%.", " .%$.@.%.%.%.%.", " .. .%%.%.%.%.", " .. . . . "};