sbt-quickfix
sbt-quickfix copied to clipboard
Reset quickfix list in vim when there are no errors
When an error occurs, the plugin calls vim to load the quickfix file and sets vim's quickfix list. When the error is removed, the quickfix list in vim isn't reset although the quickfix file target/quickfix/sbt.quickfix is empty.
Expected behaviour: Reset the quickfix list in vim to an empty list when there no longer are any errors.
Anyway, in the meantime I wrote this plugin https://github.com/tomtom/cfilehandler_vim to make sbt-quickfix behave more in the way I like it. Thanks for your work.
I think this is a great idea. Any chance you would be interested in contributing a pull request?