mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix(spell): save spell files to stdpath('data')/site/spell #33528
This commit is contained in:
2
runtime/lua/vim/_meta/options.lua
generated
2
runtime/lua/vim/_meta/options.lua
generated
@ -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
|
||||
|
Reference in New Issue
Block a user