README: updated 'rg_glob_fn' argument return order

main
bhagwan 2 years ago
parent f3d0789e33
commit d075f9008a

@ -581,7 +581,7 @@ require'fzf-lua'.setup {
-- second returned argument are addtional rg flags
-- rg_glob_fn = function(opts, query)
-- ...
-- return flags, new_query
-- return new_query, flags
-- end,
actions = {
-- actions inherit from 'actions.files' and merge

@ -626,7 +626,7 @@ Consult the list below for available settings:
-- second returned argument are addtional rg flags
-- rg_glob_fn = function(opts, query)
-- ...
-- return flags, new_query
-- return new_query, flags
-- end,
actions = {
-- actions inherit from 'actions.files' and merge

Loading…
Cancel
Save