test: macros in Visual mode without default mappings (#28288)

This commit is contained in:
zeertzjq
2024-04-12 09:16:13 +08:00
committed by GitHub
parent 18ee9f9e7d
commit 8cca787155
2 changed files with 133 additions and 33 deletions

View File

@@ -93,6 +93,7 @@ do
"':normal! @'.getcharstr().'<CR>'",
{ silent = true, expr = true, desc = ':help v_@-default' }
)
--- Map |gx| to call |vim.ui.open| on the identifier under the cursor
do
local function do_open(uri)