diff --git a/doc/fff.nvim.txt b/doc/fff.nvim.txt index d6ce1c3..d749287 100644 --- a/doc/fff.nvim.txt +++ b/doc/fff.nvim.txt @@ -1,4 +1,4 @@ -*fff.nvim.txt* For Neovim >= 0.10.0 Last change: 2026 March 19 +*fff.nvim.txt* For Neovim >= 0.10.0 Last change: 2026 March 20 ============================================================================== Table of Contents *fff.nvim-table-of-contents* diff --git a/lua/fff/main.lua b/lua/fff/main.lua index 2672644..b90806e 100644 --- a/lua/fff/main.lua +++ b/lua/fff/main.lua @@ -36,7 +36,6 @@ function M.live_grep(opts) mode = 'grep', renderer = grep_renderer, grep_config = grep_config, - query = '', }, opts or {}) picker_ui.open(picker_opts)