gu-fan / colorv.vim

edit color easy
http://www.vim.org/scripts/script.php?script_id=3597
135 stars 12 forks source link

Lowercase hex color #30

Closed miirinjej closed 5 years ago

miirinjej commented 6 years ago

"let g:colorv_uppercase = 0" does not work for me. I get this value "#FF0000" when edit/insert color, instead "#ff0000". Can you add "g:colorv_lowercase = 1" option? Or some like this "let g:colorv_uppercase = 0" or this "let g:colorv_case = 'upper|lower'". Thank you!

aaron-goshine commented 6 years ago

fix https://github.com/gu-fan/colorv.vim/pull/31