Closed criswell closed 4 years ago
Ok, I found the root of the issue! The message that is shown is in fact not an error but a debugging message which I had left here but doesn't seem to show on my side.
if bg[1] ~= 'n'
echomsg a:group
endif
I removed it, so if you pull the latest version to vim, the message should disappear.
I can't seem to reproduce the bug, but that line seemed to obviously be the cause for all the trouble. So I'll close the issue once you can confirm to me the message doesn't appear anymore.
In any case, thank you for the heads up!
Sweet! Yep, that solved it!
Awesome color scheme, btw.
I've got a weird issue with iroh that I suspect might be it's not playing nice with another plugin I use (not a vimscript guy, so I'm not certain how to completely diagnose it).
When I fire up vim with iroh, it always gives me the following errors:
This only happens when I enable iroh. Looking at that error, I suspect it's some conflict with syntastic. After this error, everything seems to work fine (iroh colorscheme looks fine, and syntastic seems to work fine).
My vim version info:
and my dot-files for all my vim config can be found here https://github.com/criswell/meh (in case the syntastic thing is a red-herring and the real culprit is elsewhere).
Let me know if there's any other information needed, or want me to try anything.