mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test: macros in Visual mode without default mappings (#28288)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user