lyuts / vim-rtags

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

Always request rc to report absolute paths #16

Closed bbannier closed 8 years ago

bbannier commented 8 years ago

With Andersbakken/rtags#429 the default behavior of rc was changed so that now all reported paths are by default relative to the project root. To accomodate this we should always explicitly request absolute paths with --absolute-path. This flag has existed for quite a time so I expect little breakage when interfacing older rtags versions.

lyuts commented 8 years ago

Merged. Thank you.