Skip to content

Commit

Permalink
fix: not resume after enter (regression)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanen committed Sep 7, 2024
1 parent 4293d2e commit 7bcab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/flo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ local apis = once(function(k)
'force',
opts,
spec.opts or {},
{ query = table.concat(require('flo.util').getregion()) },
k == 'resume' and {} or { query = table.concat(require('flo.util').getregion()) }, -- this enable resuming after `enter`
call_opts or {}
)

Expand Down

0 comments on commit 7bcab42

Please sign in to comment.