git-lens.vim icon indicating copy to clipboard operation
git-lens.vim copied to clipboard

`ShowBlameWithVirtualText` is not called

Open Dabulv opened this issue 1 year ago • 1 comments

The git-lens.vim not run very well on one of my linux system, while ok on my macOS. And finally locates to ShowBlameWithVirtualText is not called. I debug by add codes echoerr before, after and within ShowBlameWithVirtualText, only echoerr in ShowBlameWithVirtualText is not executed.

170 blame_job = job_start(blame_command, { 171 "out_cb": (channel, message) => ShowBlameWithVirtualText(message), 172 "mode": "raw" 173 })

Dabulv avatar Jul 08 '24 06:07 Dabulv