summaryrefslogtreecommitdiffstats
path: root/runtime/doc/spell.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-04-20 19:45:58 +0000
committerBram Moolenaar <Bram@vim.org>2005-04-20 19:45:58 +0000
commit9d0ec2e49a83161f0c75e87381ba1499bc21ecbc (patch)
treef8a87f47a44ba98eaf55710b81f53464786d4a49 /runtime/doc/spell.txt
parent1f74d98357e0f52a25c0ab3125fb875d05ed2721 (diff)
updated for version 7.0069
Diffstat (limited to 'runtime/doc/spell.txt')
-rw-r--r--runtime/doc/spell.txt20
1 files changed, 14 insertions, 6 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt
index a9cc7e1ed4..0f359a4c08 100644
--- a/runtime/doc/spell.txt
+++ b/runtime/doc/spell.txt
@@ -1,4 +1,4 @@
-*spell.txt* For Vim version 7.0aa. Last change: 2005 Apr 19
+*spell.txt* For Vim version 7.0aa. Last change: 2005 Apr 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -35,12 +35,20 @@ To search for the next misspelled word:
*]s* *E756*
]s Move to next misspelled word after the cursor.
- NOTE: doesn't obey syntax highlighting yet, thus
- will stop at more places than what is highlighted.
+ A count before the command can be used to repeat.
+ This uses the @Spell and @NoSpell clusters from syntax
+ highlighting, see |spell-syntax|.
*[s*
-[s Move to next misspelled word before the cursor.
- DOESN'T WORK YET!
+[s Like "]s" but search backwards, find the misspelled
+ word before the cursor.
+
+ *]S*
+]S Like "]s" but only stop at bad words, not at rare
+ words or words for another region.
+
+ *[S*
+[S Like "]S" but search backwards.
PERFORMANCE
@@ -109,7 +117,7 @@ include characters like '-' in 'iskeyword'. The word characters do depend on
A word that starts with a digit is always ignored.
-SYNTAX HIGHLIGHTING
+SYNTAX HIGHLIGHTING *spell-syntax*
Files that use syntax highlighting can specify where spell checking should be
done: