commit ae826362761aca9d1bdb065c156fecfcd2e9e132
parent e2cb675705221066522ae707ed5f572a0cf0ebcf
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed, 29 Oct 2025 10:17:30 +0800
docs: regenerate lua.txt (#36376)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt
@@ -2415,7 +2415,7 @@ vim.filetype.match({args}) *vim.filetype.match()*
example, to set some filetype specific buffer variables). The function
accepts a buffer number as its only argument.
(`boolean?`) Return true if a match was found by falling back to a
- generic filetype (e.g. ".conf"). If true, the filetype
+ generic configuration file (i.e., ".conf"). If true, the filetype
should be set with `:setf FALLBACK conf`, which enables a later
|:setf| command to override the filetype. See `:help setf` for more
information.