diff options
author | Yochem van Rosmalen <git@yochem.nl> | 2025-04-04 14:21:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 05:21:57 -0700 |
commit | b10cb0296ae299e4f97335c201ccbf8da753b2a6 (patch) | |
tree | e2b14fc0fe3844dd448798faadfa904000d5478d /runtime/doc/vim_diff.txt | |
parent | 4983fa45fcfb420a38112e782b2a30baf9cc05d2 (diff) | |
download | rneovim-b10cb0296ae299e4f97335c201ccbf8da753b2a6.tar.gz rneovim-b10cb0296ae299e4f97335c201ccbf8da753b2a6.tar.bz2 rneovim-b10cb0296ae299e4f97335c201ccbf8da753b2a6.zip |
feat(defaults): store spellfile in stdpath('data') #33048
Problem:
First rtp directory is unpredictable and not in line with XDG
base spec.
Solution:
Use stdpath('data')/spell as directory if 'spellfile' is not set.
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index a5c72363b4..d475ef1f3d 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -79,6 +79,7 @@ Defaults *defaults* *nvim-defaults* - 'showcmd' is enabled - 'sidescroll' defaults to 1 - 'smarttab' is enabled +- 'spellfile' defaults to `stdpath("data").."/spell/"` - 'startofline' is disabled - 'switchbuf' defaults to "uselast" - 'tabpagemax' defaults to 50 |