We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee5fbb commit dd56a3aCopy full SHA for dd56a3a
2 files changed
doc/fff.nvim.txt
@@ -1,4 +1,4 @@
1
-*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
2
3
==============================================================================
4
Table of Contents *fff.nvim-table-of-contents*
lua/fff/main.lua
@@ -36,7 +36,6 @@ function M.live_grep(opts)
36
mode = 'grep',
37
renderer = grep_renderer,
38
grep_config = grep_config,
39
- query = '',
40
}, opts or {})
41
42
picker_ui.open(picker_opts)
0 commit comments