We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a5844 commit 48988c3Copy full SHA for 48988c3
lua/multicursor-nvim/examples.lua
@@ -8,7 +8,7 @@ local setOpfunc = vim.fn[vim.api.nvim_exec2([[
8
let &opfunc = a:val
9
endfunc
10
echon get(function('s:setOpfunc'), 'name')
11
-]], { output = true })]
+]], { output = true }).output]
12
13
14
-- All of the default actions like match, select, transpose
0 commit comments