Daniel Hahler
Daniel Hahler
Uhm, that's a bummer. I wasn't suggesting to use bold white on red, but rather just (bold) red on default bg - that would be the most portable, and certainly...
I have not tried, but the interesting part is hidden by `[etc]` (i.e. the real error).
> The offending Python commit is most likely [python/cpython@ad106c6](https://github.com/python/cpython/commit/ad106c6). Yes, confirmed. Is there an issue (on bugs.python.org) for this already? If not, I think we should create one. Interestingly it...
Yeah, I've only figured out later that it might be intentional, which wasn't clear (to me) from the issue's title (https://bugs.python.org/issue42725). It is still not clear to me though, if...
(Note however that activating a virtualenv typically adds it to `$PATH`, and it sounds like it is not wanted to use the venv, to not have to install `pynvim` there...
Do you have a minimal reproducible example? Just `:syntax enable` does not trigger it for me, but I sometimes see it going out of sync - not sure if that...
FWIW, this could also be a bug/issue with Neovim, so posting version information in that regard is also useful.
@DanielArndt Thanks for the clarification. I've looked into this and #111 fixes it - likely also this issue / for @a-elhag (please test it).
This is triggered by using `:colorscheme`. https://github.com/numirias/semshi/pull/111 fixes it for me.
I am seeing this often with vim-fugitive (https://github.com/tpope/vim-fugitive/issues/1634). From adding some printing etc it appears the window is gone when Semshi asks for the cursor position there. ``` DBG: [37,...