sbt-quickfix icon indicating copy to clipboard operation
sbt-quickfix copied to clipboard

Reset quickfix list in vim when there are no errors

Open tomtom opened this issue 11 years ago • 2 comments

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.

tomtom avatar Feb 14 '14 17:02 tomtom

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.

tomtom avatar Feb 16 '14 09:02 tomtom

I think this is a great idea. Any chance you would be interested in contributing a pull request?

dscleaver avatar Feb 17 '14 03:02 dscleaver