mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
vim-patch:992e307: runtime(doc): update list of modifiers at :h expand() (#35957)
fixes: vim/vim#18435
992e30774f
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
2
runtime/lua/vim/_meta/options.lua
generated
2
runtime/lua/vim/_meta/options.lua
generated
@@ -2413,7 +2413,7 @@ vim.bo.fenc = vim.bo.fileencoding
|
||||
--- illegal byte sequence.
|
||||
--- WRONG VALUES: WHAT'S WRONG:
|
||||
--- latin1,utf-8 "latin1" will always be used
|
||||
--- utf-8,ucs-bom,latin1 BOM won't be recognized in an utf-8
|
||||
--- utf-8,ucs-bom,latin1 BOM won't be recognized in a utf-8
|
||||
--- file
|
||||
--- cp1250,latin1 "cp1250" will always be used
|
||||
--- If 'fileencodings' is empty, 'fileencoding' is not modified.
|
||||
|
Reference in New Issue
Block a user