diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2025-09-30 08:26:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-30 08:26:40 +0800 |
| commit | af2932e2dca375d5c564b6aaac4047aa5422fc9e (patch) | |
| tree | a92512616a55c0d5f41b65678b277ad349f86906 /runtime/lua/vim/_meta/options.lua | |
| parent | e7a03dd4e8792d49c4c34fcc8a5bd981a0310208 (diff) | |
vim-patch:992e307: runtime(doc): update list of modifiers at :h expand() (#35957)
fixes: vim/vim#18435
https://github.com/vim/vim/commit/992e30774f5ec81f53d5554c42137d3c85999081
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
| -rw-r--r-- | runtime/lua/vim/_meta/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index c9a590f5c7..6323d11d4c 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -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. |
