diff options
Diffstat (limited to 'runtime/doc/spell.txt')
-rw-r--r-- | runtime/doc/spell.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index 65533cab66..78d7b5477f 100644 --- a/runtime/doc/spell.txt +++ b/runtime/doc/spell.txt @@ -568,8 +568,8 @@ following procedure is recommended: When the Myspell files are updated you can merge the differences: 1. Obtain the new Myspell files as xx_YY.new.aff and xx_UU.new.dic. -2. Use Vimdiff to see what changed: > - vimdiff xx_YY.orig.dic xx_YY.new.dic +2. Use |diff-mode| to see what changed: > + nvim -d xx_YY.orig.dic xx_YY.new.dic 3. Take over the changes you like in xx_YY.dic. You may also need to change xx_YY.aff. 4. Rename xx_YY.new.dic to xx_YY.orig.dic and xx_YY.new.aff to xx_YY.new.aff. |