diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-05-04 13:43:23 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2023-05-04 13:48:52 +0800 |
commit | 7e70a1e44b223a51f4d8f06b9fe4c4ef77601f83 (patch) | |
tree | 293255262ee3b8bb4ad4c5b6079c95930019029d /runtime | |
parent | a1bd31e6010c803fd842db6bdb0d531a71e67837 (diff) | |
download | rneovim-7e70a1e44b223a51f4d8f06b9fe4c4ef77601f83.tar.gz rneovim-7e70a1e44b223a51f4d8f06b9fe4c4ef77601f83.tar.bz2 rneovim-7e70a1e44b223a51f4d8f06b9fe4c4ef77601f83.zip |
vim-patch:9.0.0138: not enough characters accepted for 'spellfile'
Problem: Not enough characters accepted for 'spellfile'.
Solution: Add vim_is_fname_char() and use it for 'spellfile'.
https://github.com/vim/vim/commit/bc49c5f48f89c2d6f4d88ee77f44a11d68293be3
Cherry-pick related doc update from Vim runtime.
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index ab86e56a62..324151ee58 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5706,6 +5706,7 @@ A jump table for the options with a short description can be found at |Q_op|. Name of the word list file where words are added for the |zg| and |zw| commands. It must end in ".{encoding}.add". You need to include the path, otherwise the file is placed in the current directory. + The path may include characters from 'isfname', space, comma and '@'. *E765* It may also be a comma-separated list of names. A count before the |zg| and |zw| commands can be used to access each. This allows using |