Describe the bug
When I simply open the main.c and toggle window by :Vista!!, the function name of those carrying "init" descriptor would show "init" only, instead of the real function name.
static bool __init obsolete_checksetup(char *line) -------> __init:[line number]
Environment:
OS: Ubuntu 18.04
Vim/Neovim version: 0.4.4
This plugin version: 27889ff58d4340167bb8dd4abbe9ff4a8869da8f
I'm using some LSP client:
Related Vim LSP client: coc (with coc-clangd extension)
The Vim LSP client version:
Have you tried updated to the latest version of this LSP client: Yes
Describe the bug When I simply open the main.c and toggle window by :Vista!!, the function name of those carrying "init" descriptor would show "init" only, instead of the real function name. static bool __init obsolete_checksetup(char *line) -------> __init:[line number]
Environment:
Vista info
Expected behavior Show correct function name
Actual behavior Show descriptor name of function
Screenshot or gif (if possible)