Mercurial > vim
view pixmaps/tb_minimize.xpm @ 33646:314ef6fe82e8 v9.0.2063
patch 9.0.2063: pacman hooks are detected as conf filetype
Commit: https://github.com/vim/vim/commit/7d254dbc2db35badc65668db85f826f605486986
Author: Guido Cella <guido@guidocella.xyz>
Date: Mon Oct 23 19:27:06 2023 +0200
patch 9.0.2063: pacman hooks are detected as conf filetype
Problem: pacman hooks are detected as conf filetype
Solution: make it consistent to pacman.conf and detect those
hooks as confini
Because confini has much better syntax highlighting than conf.
For reference, I identified pacman.conf and pacman hooks as dosini in
https://github.com/vim/vim/pull/6335, then
https://github.com/vim/vim/pull/10213 changed them to conf, then
https://github.com/vim/vim/pull/10518 changed pacman.conf to confini but
forgot to change hooks.
closes: #13399
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Guido Cella <guido@guidocella.xyz>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 23 Oct 2023 19:30:09 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_minimize_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 5 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s topShadowColor m none c #DCDEE5", "o s iconColor2 m none c #FFFFFF", "O s bottomShadowColor m black c #5D6069", /* pixels */ " ", " ..... ", " ... ", " . ", " ", " X............. ", " X.XXXXXXXXXXo. ", " X.XXoXXXXXXXo.O ", " X.XXXXXXXXXXo.O ", " X.XXXXXXXXXoo.O ", " X.ooooooooooo.O ", " X.............O ", " OOOOOOOOOOOO ", " ", " . ", " ... ", " ..... ", " "};