summaryrefslogtreecommitdiffstats
path: root/runtime/spell/README.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-21 22:12:59 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-21 22:12:59 +0000
commitcee5560a4b3e40792f29b483e5d980403c99ffa6 (patch)
treee73e22890c2e1a032705f3f1c2ca47c2c19095aa /runtime/spell/README.txt
parentd12a1326031d82c0292718731c1ecbdf086cf00c (diff)
updated for version 7.0133
Diffstat (limited to 'runtime/spell/README.txt')
-rw-r--r--runtime/spell/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/spell/README.txt b/runtime/spell/README.txt
index 44dedb7afa..01d30608a2 100644
--- a/runtime/spell/README.txt
+++ b/runtime/spell/README.txt
@@ -69,7 +69,7 @@ This procedure should work well:
change too much, the OpenOffice people are not stupid. However, you may
want to remove obvious mistakes. And remove single-letter words that
aren't really words, they mess up the suggestions (English has this
- problem).
+ problem). You can use the "fixdup" Vim script to find duplicate words.
3. Make the diff file. "aap diff" will do this for you. If a diff would be
too big you might consider writing a Vim script to do systematic changes.