Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 23, 2023
1 parent acfa513 commit f7335ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/noice.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*noice.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 March 19
*noice.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 March 23

==============================================================================
Table of Contents *noice.nvim-table-of-contents*
Expand Down Expand Up @@ -149,7 +149,7 @@ for configuration recipes.
search_down = { kind = "search", pattern = "^/", icon = " ", lang = "regex" },
search_up = { kind = "search", pattern = "^%?", icon = " ", lang = "regex" },
filter = { pattern = "^:%s!", icon = "$", lang = "bash" },
lua = { pattern = "^:%slua%s+", icon = "", lang = "lua" },
lua = { pattern = { "^:%slua%s+", "^:%slua%s=%s", "^:%s=%s" }, icon = "", lang = "lua" },
help = { pattern = "^:%she?l?p?%s+", icon = "" },
input = {}, -- Used by input()
-- lua = false, -- to disable a format, set to `false`
Expand Down

0 comments on commit f7335ae

Please sign in to comment.