lyuts / vim-rtags

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

g:rtagsSearchRdm==1 searches up the tree for .rdm socket file #24

Closed gavinbeatty closed 8 years ago

gavinbeatty commented 8 years ago

This is useful if using a separate rdm server per-project.

A better version would cache the rc command/.rdm file per-buffer.

lyuts commented 8 years ago

How do you manage to run multiple instances of rdm? When I launch the 2nd instance the 1st instance exits.

gavinbeatty commented 8 years ago

I was doing it via different data directories and socket files. However, now I think I can do what I intended with just rc -w.