lyuts / vim-rtags

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

Errors parsing rc output #1

Closed CIB closed 10 years ago

CIB commented 10 years ago
Error detected while processing function rtags#JumpTo:
line    5:
E684: list index out of range: 1
E15: Invalid expression: jump_location[1]
line    8:
E121: Undefined variable: jump_byte_offset
E15: Invalid expression: "e +".jump_byte_offset."go ".jump_file
Press ENTER or type command to continue

I think probably the rc format has changed from when this plugin was made. It's filename:linenumber:columnnumber now.

lyuts commented 10 years ago

Looks like the format of the result output by rc has changed and the location format recognized by commands has changed as well. Fixed that.