mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:a6172f8: runtime(doc): Correct allowed characters at :help 'filetype'
closes: vim/vim#17366
a6172f8c5c
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
3
runtime/lua/vim/_meta/options.lua
generated
3
runtime/lua/vim/_meta/options.lua
generated
@@ -2313,7 +2313,8 @@ vim.go.fic = vim.go.fileignorecase
|
||||
--- one dot may appear.
|
||||
--- This option is not copied to another buffer, independent of the 's' or
|
||||
--- 'S' flag in 'cpoptions'.
|
||||
--- Only alphanumeric characters, '-' and '_' can be used.
|
||||
--- Only alphanumeric characters, '-' and '_' can be used (and a '.' is
|
||||
--- allowed as delimiter when combining different filetypes).
|
||||
---
|
||||
--- @type string
|
||||
vim.o.filetype = ""
|
||||
|
||||
Reference in New Issue
Block a user