arl / colorschwitch

VIM plugin to easily switch vim color schemes
0 stars 0 forks source link

previous and next shows different lists #1

Open blonchkman opened 7 years ago

blonchkman commented 7 years ago

Hello, Aurelien

i'm using spf13-vim on ubuntu 16.04. I added colorschwitch mainly as an help for choosing a friendly theme for the use of vim (as opposite to gvim). I got the key ;-) but i would like to report following behaviour:

.vimrc.local let g:colorschwitch_schemes=[ '256_noir', 'solarized', 'molokai_dark', 'abbott', 'apprentice', 'aqua', 'argonaut', 'Benokai', 'genericdc', 'google', 'impactG', 'ir_black', 'kib_darktango', 'koehler', 'lizard', 'murphy', 'neverland-darker', 'onedark', 'rdark-terminal', 'Spink', 'twitchy' ]

[EDIT]

Removing 'molokai' and replacing "impactG" by "impact" works around.

Active color plugins in my config:

Vim version:

VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 24 2016 16:44:48)
Rustines incluses : 1-1689
Rustines extra : 8.0.0056

I apologize not being enough comfortable with vim scripting to refine diagnostic or fix this small issue. Kind regards

arl commented 7 years ago

Hello Thanks a lot for reporting.

I'm very surprised anybody at all is using this tiny plugin. I suspected an issue like this one for some times without having a deeper look at it so thanks a lot for documenting the issue in such a precise way. It's my first vim plugin and I'm not very comfortable with vim script. But I'll fix it anyway. Have a nice day

On 3 Aug 2017 09:49, "blonchkman" notifications@github.com wrote:

Hello, Aurelien

i'm using spf13-vim on ubuntu 16.04. I added colorschwitch mainly as an help for choosing a friendly theme for the use of vim (as opposite to gvim). I got the key ;-) but i would like to report following behaviour:

.vimrc.local let g:colorschwitch_schemes=[ '256_noir', 'solarized', 'molokai_dark', 'abbott', 'apprentice', 'aqua', 'argonaut', 'Benokai', 'genericdc', 'google', 'impactG', 'ir_black', 'kib_darktango', 'koehler', 'lizard', 'murphy', 'neverland-darker', 'onedark', 'rdark-terminal', 'Spink', 'twitchy' ]

Some detail about my config:

Active color plugins:

Vim version:

VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 24 2016 16:44:48) Rustines incluses : 1-1689 Rustines extra : 8.0.0056

I apologize not being enough comfortable with vim scripting to refine diagnostic or fix this small issue. Kind regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aurelien-rainone/colorschwitch/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAdF6rQ5THnjEDqbRUKXXvLl0FC6YM_nks5sUXt5gaJpZM4OsE6r .

blonchkman commented 7 years ago

I reedited, adding some details after your 1st look ;-)