Max Görner
Max Görner
The error reported here does not appear with NeoVim for me neither. Weirdly, your minimal `.vimrc` is sufficient to reproduce for me. I also tried `gvim -u test.vim test.txt` with...
On my machine with Debian Testing (_VIM - Vi IMproved 8.2 (2019 Dec 12 kompiliert am Mar 24 2020 03:21:40)_) the highlighting works correctly too. It might be that the...
I noticed that the colour scheme [gruvbox](https://github.com/morhetz/gruvbox) as well as some of the builtin schemes, e.g. blue and default, do not suffer from this problem.
Analogous to #147, vimdiff colours work out well for Vim 8.2 and NeoVim 0.3.8.
This is not an error but an warning. It fails to compile only due to the -Werror flag. The compile should work if you comment out the line containing -Werror...
On 19-11-29 07:34:35, Claudiu Popa wrote: >Hi, thanks for creating an issue. Would you be interested in contributing a >patch for this? `pyreverse` is a great tool but at this...
@CITGuru I would like to respectfully second this request. The incompatibility with recent versions of `ipython` is hard to work around.
I had to debug today why tmux-yank did not work anymore. Could this PR please be merged?
I do not have a workaround, but I am experiencing the same issue. I tested Python 3.7, 3.9 and 3.10 and various commits of PyInquirer. I was unable to find...
I had similar issues on Debian. I was able to work around these by installing `python3-bluez` using `apt`. IMHO, this is preferable since relying on PIP is less reliable. You...