Skip to content

Commit 175ddbb

Browse files
committed
docs: skim comment inaccuracy
1 parent c3a3b95 commit 175ddbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/fzf-lua/actions.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ M.expect = function(actions, opts)
3333
v.prefix and v.prefix:gsub("accept$", ""):gsub("%+$", "") or ""
3434
))
3535
elseif opts.__SK_VERSION and opts.__SK_VERSION >= 0.14 then
36-
-- sk 0.14 deprecated `--bind`, instead `accept(<key>)` should be used
36+
-- sk 0.14 deprecated `--expect`, instead `accept(<key>)` should be used
3737
-- skim does not yet support case sensitive alt-shift binds, they are ignored
3838
-- if k:match("^alt%-%u") then return end
3939
if type(v.prefix) == "string" and not v.prefix:match("%+$") then

0 commit comments

Comments
 (0)