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 location list instead of quick fix #26

Open
azltx opened this issue Jan 9, 2020 · 0 comments
Open

Use location list instead of quick fix #26

azltx opened this issue Jan 9, 2020 · 0 comments

Comments

@azltx
Copy link

azltx commented Jan 9, 2020

Is it possible to provide an option so that location list can be used instead of the quick fix window?

I tried the following modifications in gutentags_plus.vim but they do not work as expected, any ideas?

silent exec 'cexpr text' --> silent exec 'lexpr text'
call setqflist([], 'a', {'title':title}) --> call setloclist(0, [], 'a', {'title':title})

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

1 participant