mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
fix(spell): save spell files to stdpath('data')/site/spell #33528
This commit is contained in:
@@ -8216,7 +8216,7 @@ local options = {
|
||||
|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
|
||||
|
Reference in New Issue
Block a user