liuchengxu / vista.vim

:cactus: Viewer & Finder for LSP symbols and tags
https://liuchengxu.github.io/vista.vim
MIT License
1.89k stars 87 forks source link

Updates ctags parsing for handling ';"' in source line. #343

Closed MenBrial closed 4 years ago

MenBrial commented 4 years ago

Adds support in vista#parser#ctags#FromExtendedRaw for handling ';"' when present in source code line.

This is linked to Issue #340: the ';"' string present in a source code line causes the same error.

liuchengxu commented 4 years ago

I think this could also close #340 then?