nvie / vim-flake8

Flake8 plugin for Vim
BSD 2-Clause "Simplified" License
1.06k stars 99 forks source link

Quickfix window displayed only once for each file #78

Closed pwiecha closed 5 years ago

pwiecha commented 5 years ago

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.

pwiecha commented 5 years ago

The issue wasn't with vim-flake8 but my company's setup/module handling. Closing