Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use cgetfile instead of cfile #9

Open
tomtom opened this issue Feb 14, 2014 · 1 comment
Open

Use cgetfile instead of cfile #9

tomtom opened this issue Feb 14, 2014 · 1 comment

Comments

@tomtom
Copy link

tomtom commented Feb 14, 2014

The plugin currently uses cfile to load the quickfixfile into vim. This can be annoying and disrupting. I'd suggest to rather use cgetfile, which loads the quickfix files but doesn't make the cursor move. This way it's up to the users to handle changes in the quickfixlist as they like -- e.g. by defining a QuickFixCmdPost autocommand.

BTW one minor annoyance I found is that the plugin always uses the first gvim server. This can be a problem when users have multiple instances of gvim open. It would be nice if they could define somehow whether they want the sbt plugin to use a specific server.

@dscleaver
Copy link
Owner

I'll have to give that a try. At the least it could be an option within the plugin. I'm going to split out the other bit into a separate issue. This is something I've wanted for a while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants