neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 4af04df84442c8d54fbe66fe7968b9bdd153aae5
parent 79afdae2f3bbf5572d04f3900a80ac62f01fd76f
Author: Raphael <glephunter@gmail.com>
Date:   Thu,  8 Sep 2022 14:33:17 +0800

fix(docs): remove duplicate word

Diffstat:
Mruntime/doc/options.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt @@ -5875,7 +5875,7 @@ A jump table for the options with a short description can be found at |Q_op|. separate word: every upper-case character in a word that comes after a lower case character indicates the start of a new word. - noplainbuffer Only spellcheck a buffer when 'syntax' is enabled, or + noplainbuffer Only spellcheck a buffer when 'syntax' is enabled, or when extmarks are set within the buffer. Only designated regions of the buffer are spellchecked in this case.