lyuts / vim-rtags

Vim bindings for rtags, llvm/clang based c++ code indexer.
BSD 2-Clause "Simplified" License
282 stars 56 forks source link

Add option to use QuickFix window instead of location list for results #11

Closed joeroback closed 9 years ago

joeroback commented 9 years ago

Add option to use QuickFix window instead of location list for displaying results. QuickFix window shared between all windows, unlike location list, maybe useful for some workflows. This provides an option that the user can use to choose this behavior.

lyuts commented 9 years ago

I think we should let a user to pick desired behavior. Thank you for the change.