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 2838f06 commit f4ae411Copy full SHA for f4ae411
docs/extras/editor/snacks_picker.md
@@ -296,7 +296,7 @@ opts = {
296
},
297
action = function(match)
298
local idx = picker.list:row2idx(match.pos[1])
299
- picker.list:move(idx, true)
+ picker.list:_move(idx, true, true)
300
end,
301
})
302
@@ -338,7 +338,7 @@ opts = {
338
339
340
341
342
343
344
@@ -430,7 +430,7 @@ opts = nil
430
431
432
433
434
435
436
0 commit comments