lifepillar / vim-wwdc16-theme

Colorful dark color scheme for Vim inspired by Apple's WWDC16 page
MIT License
102 stars 14 forks source link

line 35: missing a concatenation operator #1

Closed zhen-huan-hu closed 8 years ago

zhen-huan-hu commented 8 years ago

'guibg='a:bg[0] shouldn't it be 'guibg=' . a:bg[0]

lifepillar commented 8 years ago

Good catch! Fixed in the current master. Thanks!