KeitaNakamura / neodark.vim

A dark color scheme for vim
410 stars 34 forks source link

Replace color decoding functions that already exist #7

Closed twexler closed 7 years ago

twexler commented 7 years ago

After updating to the latest neodark.vim using NVIM 0.1.7 I receive the following errors:

line   21:
E122: Function <SNR>15_generate_base_colors already exists, add ! to replace it
line   29:
E122: Function <SNR>15_hex2RGB already exists, add ! to replace it
line   35:
E122: Function <SNR>15_RGB2hex already exists, add ! to replace it
line   71:
E122: Function <SNR>15_RGB2HSL already exists, add ! to replace it
line  114:
E122: Function <SNR>15_HSL2RGB already exists, add ! to replace it
line   21:
E122: Function <SNR>15_generate_base_colors already exists, add ! to replace it
line   29:
E122: Function <SNR>15_hex2RGB already exists, add ! to replace it
line   35:
E122: Function <SNR>15_RGB2hex already exists, add ! to replace it
line   71:
E122: Function <SNR>15_RGB2HSL already exists, add ! to replace it
line  114:
E122: Function <SNR>15_HSL2RGB already exists, add ! to replace it

This PR resolves that issue.

KeitaNakamura commented 7 years ago

Thank you!

twexler commented 7 years ago

Thanks!