Mercurial > vim
view pixmaps/tb_save_all.xpm @ 36451:5006b62d5072 draft v9.1.0832
patch 9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal
Commit: https://github.com/vim/vim/commit/46dcd84d242db6b053cb5b777c896cede9ad9b27
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sun Nov 3 09:10:50 2024 +0100
patch 9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal
Problem: :set doesn't work for 'cot' and 'bkc' after :setlocal.
Solution: clear the local flags when using :set (zeertzjq).
closes: #15981
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 03 Nov 2024 09:15:09 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_save_all_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 5 1 0 0", /* colors */ " s iconColor1 m black c #000000", ". s none m none c none", "X s iconGray2 m none c #bdbdbd", "o s iconColor2 m none c #FFFFFF", "O s bottomShadowColor m black c #5D6069", /* pixels */ " ....", " X oooooooo o ....", " X oooooooo O...", " X .", " X X oooooooo o .", " X X oooooooo O", " X X oooooooo X O", " XX X oooooooo X O", " XX X oooooooo X O", " XX X oooooooo X O", " XX XX XX O", " XX XXXXXXXXXXXX O", " XX XX X O", ". XX oo X O", "..O XX oo X O", "... XX oo X O", ".... O", ".....OOOOOOOOOOOO."};