Skip to content

Commit 0452a7d

Browse files
author
Github Actions
committed
[docgen] CI: autogenerate vimdoc
skip-checks: true
1 parent c45dedd commit 0452a7d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

doc/fzf-lua-opts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fzf-lua-opts.txt* For Neovim >= 0.8.0 Last change: 2026 January 17
1+
*fzf-lua-opts.txt* For Neovim >= 0.9.0 Last change: 2026 January 17
22

33
==============================================================================
44
Table of Contents *fzf-lua-opts-table-of-contents*

doc/fzf-lua.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2026 January 11
1+
*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2026 January 17
22

33
==============================================================================
44
Table of Contents *fzf-lua-table-of-contents*
@@ -1026,8 +1026,6 @@ CUSTOMIZATION *fzf-lua-customization*
10261026
-- uncomment to enable '.gitignore' toggle for grep
10271027
-- ["ctrl-r"] = { actions.toggle_ignore }
10281028
},
1029-
no_header = false, -- hide grep|cwd header?
1030-
no_header_i = false, -- hide interactive header?
10311029
},
10321030
args = {
10331031
prompt = 'Args❯ ',
@@ -1116,8 +1114,6 @@ CUSTOMIZATION *fzf-lua-customization*
11161114
-- this action toggles between 'grep' and 'live_grep'
11171115
["ctrl-g"] = { actions.grep_lgrep }
11181116
},
1119-
no_header = false, -- hide grep|cwd header?
1120-
no_header_i = false, -- hide interactive header?
11211117
},
11221118
btags = {
11231119
prompt = 'BTags❯ ',

0 commit comments

Comments
 (0)