You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
vim 8.2 think lnum and col as string in rtags#JumpToHandler
Therefore call cursor(lnum, col) cause exception(E474) in rtags#jumpToLocationInternal.
But neovim can covert it to number properly.
vim 8.2 think lnum and col as string in rtags#JumpToHandler
Therefore call cursor(lnum, col) cause exception(E474) in rtags#jumpToLocationInternal.
But neovim can covert it to number properly.
I have to fix it as below code:
The text was updated successfully, but these errors were encountered: