Skip to content

Commit 48988c3

Browse files
committed
fix opfunc
1 parent 82a5844 commit 48988c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/multicursor-nvim/examples.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local setOpfunc = vim.fn[vim.api.nvim_exec2([[
88
let &opfunc = a:val
99
endfunc
1010
echon get(function('s:setOpfunc'), 'name')
11-
]], { output = true })]
11+
]], { output = true }).output]
1212

1313

1414
-- All of the default actions like match, select, transpose

0 commit comments

Comments
 (0)