current-func-info.vim
current-func-info.vim copied to clipboard
Showing wrong function name
Consider the following:
cfi#format("%s", "") will return save. It always shows the function above, not exactly the one the cursor is inside.
Is there a way to fix this?