Mercurial > vim
annotate pixmaps/tb_save.xpm @ 23886:eef0cffbdb94 v8.2.2485
patch 8.2.2485: when sourcing a script again the script version isn't reset
Commit: https://github.com/vim/vim/commit/0123cc1e1422003704cc6941916dd75e61fb7976
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 7 17:17:58 2021 +0100
patch 8.2.2485: when sourcing a script again the script version isn't reset
Problem: When sourcing a script again the script version isn't reset.
Solution: Set sn_version to one when sourcing a script again. Clear
sn_save_cpo properly. (closes #7608)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 07 Feb 2021 17:30:04 +0100 |
parents | 3fc0f57ecb91 |
children |
rev | line source |
---|---|
7 | 1 /* XPM */ |
2 static char * tb_save_xpm[] = { | |
3 /* width height ncolors cpp [x_hot y_hot] */ | |
4 "18 18 5 1 0 0", | |
5 /* colors */ | |
6 " s none m none c none", | |
7 ". s iconColor1 m black c #000000", | |
8 "X s iconGray2 m none c #bdbdbd", | |
9 "o s iconColor2 m none c #FFFFFF", | |
10 "O s bottomShadowColor m black c #5D6069", | |
11 /* pixels */ | |
12 " ", | |
13 " .............. ", | |
14 " .X.oooooooo.o. ", | |
15 " .X.oooooooo...O ", | |
16 " .X.oooooooo.X.O ", | |
17 " .X.oooooooo.X.O ", | |
18 " .X.oooooooo.X.O ", | |
19 " .X.oooooooo.X.O ", | |
20 " .XX........XX.O ", | |
21 " .XXXXXXXXXXXX.O ", | |
22 " .XX.........X.O ", | |
23 " .XX......oo.X.O ", | |
24 " .XX......oo.X.O ", | |
25 " .XX......oo.X.O ", | |
26 " .............O ", | |
27 " OOOOOOOOOOOOO ", | |
28 " ", | |
29 " "}; |