diff options
author | Thomas Vigouroux <thomas.vigouroux@protonmail.com> | 2022-09-08 08:43:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 08:43:20 +0200 |
commit | 36faac6241ca74f2c5e7e067b3c382830cfdaf06 (patch) | |
tree | 5fcc391dae042fbd303c3250415bd49292611ada | |
parent | 79afdae2f3bbf5572d04f3900a80ac62f01fd76f (diff) | |
parent | 4af04df84442c8d54fbe66fe7968b9bdd153aae5 (diff) | |
download | rneovim-36faac6241ca74f2c5e7e067b3c382830cfdaf06.tar.gz rneovim-36faac6241ca74f2c5e7e067b3c382830cfdaf06.tar.bz2 rneovim-36faac6241ca74f2c5e7e067b3c382830cfdaf06.zip |
Merge pull request #20115 from glepnir/fix_doc
fix(docs): remove duplicate word
-rw-r--r-- | runtime/doc/options.txt | 2 |
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. |