Skip to content

Commit

Permalink
perf(flygrep): update result count after ctrl-w
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdjeg committed Feb 3, 2025
1 parent d393957 commit 6dbf4ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundle/flygrep.nvim/lua/flygrep.lua
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ local function open_win()
vim.api.nvim_buf_set_lines(preview_bufid, 0, -1, false, {})
end
end
update_result_count()
end,
})

Expand Down

0 comments on commit 6dbf4ea

Please sign in to comment.