liuchengxu / vista.vim

:cactus: Viewer & Finder for LSP symbols and tags

Home Page:https://liuchengxu.github.io/vista.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notificaiton: change in JSON output format in Universal Ctags

masatake opened this issue · comments

I'm a maintainer of Universal Ctags. We have a plan to change the output format of JSON output mode.

The order of "key: value" pair in the output entries will change. Here is the diff of the test case:

universal-ctags/ctags@ff5e6cf#diff-6ebd67e4a4ab603e72132048ee71d08d4933a5338097fd1e77bc5b7c6d25315c

I expect vista.vim may read a tag entry as a JSON object and the order of pairs is hidden in the JSON object.
So the change introduces no impact on vista.vim. However, I had to modify the test case contributed from vista.vim.
So I report the change here.

Close this issue if the change is acceptable.

Thanks @masatake , this change is fine to vista.vim as we don't rely on the order of items.

Thank you.