This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
Following links doesn't work when the link has a multi-word description #6
Labels
bug
Something isn't working
When trying to follow a link
[[xyz|that looks like this]]
, it says "There is no link under the cursor".Seems to be caused by
local word = vim.fn.expand("<cWORD>")
, calling:echo expand("<cWORD>")
prints something like[[xyz|that
orlooks
The text was updated successfully, but these errors were encountered: