vim-rtags icon indicating copy to clipboard operation
vim-rtags copied to clipboard

Vim bindings for rtags, llvm/clang based c++ code indexer.

Results 35 vim-rtags issues
Sort by recently updated
recently updated
newest added

With the built-in ctags support, I can type `vim -t someTag` to find some tag. Is there some way to have something similar for this project? I'm afraid I know...

https://github.com/lyuts/vim-rtags/blob/master/plugin/rtags.vim#L570 First, what you want is "&>" not ">&", which means redirect to file descriptor. Secondly, no, this is not portable. Lastly, you should use the on_stderr, on_stdout callbacks, not...

In neovim, doing any rtags action results in: ``` Error detected while processing function rtags#HandleResults: line 3: E484: Can't open file /tmp/neovim_async_rtags.tmp.15140.6 Press ENTER or type command to continue ```

HI dear lyuts, I find the undo tree will be changed when I using vim-rtags jump some times. I try to find out what cause it. then I think I...

Is it possible to add such functionality? I think it will be nice to see which symbol will be renamed, currently you have to look bottom, then find line, then...