aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael <glephunter@gmail.com>2022-09-08 14:33:17 +0800
committerRaphael <glephunter@gmail.com>2022-09-08 14:33:17 +0800
commit4af04df84442c8d54fbe66fe7968b9bdd153aae5 (patch)
tree5fcc391dae042fbd303c3250415bd49292611ada
parent79afdae2f3bbf5572d04f3900a80ac62f01fd76f (diff)
downloadrneovim-4af04df84442c8d54fbe66fe7968b9bdd153aae5.tar.gz
rneovim-4af04df84442c8d54fbe66fe7968b9bdd153aae5.tar.bz2
rneovim-4af04df84442c8d54fbe66fe7968b9bdd153aae5.zip
fix(docs): remove duplicate word
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index b84a41eabc..110f7400e6 100644
--- 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.