Skip to content

Commit 54b70a9

Browse files
committed
fix(jump): typo m => M. Closes folke#407
1 parent f899265 commit 54b70a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/flash/jump.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function M.remote_op(match, state, register)
8585
-- otherwise, use the remote window's cursor position
8686
else
8787
local from = vim.api.nvim_win_get_cursor(match.win)
88-
m._jump(match, state, { op = true })
88+
M._jump(match, state, { op = true })
8989
local to = vim.api.nvim_win_get_cursor(match.win)
9090

9191
-- if a range was selected, use that instead

0 commit comments

Comments
 (0)