Hi,
I'm having issues using autocmd BufEnter with let g:neomake_open_list = 2 The loclist never shows up and I stop seeing my commandline. If I set open_list=1 I am stuck in the locationlist, i.e. as soon as I switch into the buffer which contains the code I'm send back to the loclist. This was mentioned by @ @edwardsmit in #408 . Tested with neovim 0.1.3 and pylint
@cycomanic I think it's the _exact_ same problem I'm seeing.
@cycomanic @edwardsmit
I had the same problem.
Switching to BufWinEnter solved for me!
I assume this to be fixed by beb34c9.
Most helpful comment
@cycomanic @edwardsmit
I had the same problem.
Switching to
BufWinEntersolved for me!