vim-airline/autoload/airline
Christian Brabandt 09dbd09ed3
highlighter: handle color names when converting into msdos codes
the highlighter code tries to convert the RGB colors into appropriate
color codes for the MSDOS palette. Unfortunately, it does not consider
color names and tries to split those into a list of 3 RGB codes. This
failes for names shorter 6 characters, causing a list index out of
bounds error.

Fix this by making sure, that the color code should start with '#' and
in case it does not, assume it is a color name and simple return the
name in that case.

closes #2350
2021-03-09 13:53:38 +01:00
..
extensions tagbar: add missing default search method 2021-03-02 20:27:36 +09:00
formatter [fix] short path formatter's space 2020-11-05 23:44:29 +09:00
themes Modified dark.vim commandline gui colors 2021-01-08 15:26:18 +01:00
async.vim Happy new year! 2021-01-01 12:57:00 +00:00
builder.vim Happy new year! 2021-01-01 12:57:00 +00:00
debug.vim Happy new year! 2021-01-01 12:57:00 +00:00
extensions.vim Ensure correct checking of LSP support on neovim 2021-02-03 12:11:53 +01:00
highlighter.vim highlighter: handle color names when converting into msdos codes 2021-03-09 13:53:38 +01:00
init.vim impl vim-lsp progress 2021-01-02 16:51:16 +09:00
msdos.vim Happy new year! 2021-01-01 12:57:00 +00:00
parts.vim init: section_y includes missing endofline and BOM 2021-01-02 19:26:44 +01:00
section.vim Happy new year! 2021-01-01 12:57:00 +00:00
themes.vim Happy new year! 2021-01-01 12:57:00 +00:00
util.vim Happy new year! 2021-01-01 12:57:00 +00:00