Hi, I'm using vim-flake8 (default settings) with vim 7.4 installed via vim-plug.
Quickfix window is shown only once for a file, i.e. if I close it and then call flake8 again using F7 I'm getting "Flake8 check OK" even if I didn't fix any errors.
Changing anything in the file or opening it again via netrw doesn't help. Only reinvoking vim helps - the quickfix window is displayed again for the first time. I don't think this is an expected behaviour.
Flake8 is always showing errors when invoked from terminal.
Hi, I'm using vim-flake8 (default settings) with vim 7.4 installed via vim-plug. Quickfix window is shown only once for a file, i.e. if I close it and then call flake8 again using F7 I'm getting "Flake8 check OK" even if I didn't fix any errors. Changing anything in the file or opening it again via netrw doesn't help. Only reinvoking vim helps - the quickfix window is displayed again for the first time. I don't think this is an expected behaviour.
Flake8 is always showing errors when invoked from terminal.
Thanks for the help in advance.