Skip to content

Commit f899265

Browse files
folkegithub-actions[bot]
authored andcommitted
chore(build): auto-generate docs
1 parent ec9d1ca commit f899265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/flash.nvim.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ jump to a label in the picker results.
619619
},
620620
action = function(match)
621621
local idx = picker.list:row2idx(match.pos[1])
622-
picker.list:move(idx, true)
622+
picker.list:_move(idx, true, true)
623623
end,
624624
})
625625
end,

0 commit comments

Comments
 (0)