fix(spell): save spell files to stdpath('data')/site/spell #33528

This commit is contained in:
Au.
2025-04-18 23:56:20 +08:00
committed by GitHub
parent 34791f7988
commit 44f1dbee0d
7 changed files with 9 additions and 9 deletions

View File

@ -6169,7 +6169,7 @@ vim.bo.spc = vim.bo.spellcapcheck
--- `zg` and `zw` commands can be used to access each. This allows using
--- a personal word list file and a project word list file.
--- When a word is added while this option is empty Nvim will use
--- (and auto-create) `stdpath('data')/spell/`. For the file name the
--- (and auto-create) `stdpath('data')/site/spell/`. For the file name the
--- first language name that appears in 'spelllang' is used, ignoring the
--- region.
--- The resulting ".spl" file will be used for spell checking, it does not