mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
fix(spell): always accept ':' as filename char in 'spellfile' (#27172)
Follow-up to #25236
This commit is contained in:
2
runtime/lua/vim/_meta/options.lua
generated
2
runtime/lua/vim/_meta/options.lua
generated
@@ -6135,7 +6135,7 @@ vim.bo.spc = vim.bo.spellcapcheck
|
||||
--- 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 '@'.
|
||||
--- The path may include characters from 'isfname', ' ', ',', '@' 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
|
||||
|
||||
Reference in New Issue
Block a user