comparison runtime/doc/spell.txt @ 15512:f0f06837a699

Update runtime files. commit https://github.com/vim/vim/commit/d09091d4955c5f41de69928f2db85611ed54ed23 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 16:07:22 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 16:15:08 +0100
parents 2f7e67dd088c
children 7cfe57329284
comparison
equal deleted inserted replaced
15511:f41122780189 15512:f0f06837a699
1 *spell.txt* For Vim version 8.1. Last change: 2018 Mar 29 1 *spell.txt* For Vim version 8.1. Last change: 2019 Jan 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
575 1. Obtain the new Myspell files as xx_YY.new.aff and xx_UU.new.dic. 575 1. Obtain the new Myspell files as xx_YY.new.aff and xx_UU.new.dic.
576 2. Use Vimdiff to see what changed: > 576 2. Use Vimdiff to see what changed: >
577 vimdiff xx_YY.orig.dic xx_YY.new.dic 577 vimdiff xx_YY.orig.dic xx_YY.new.dic
578 3. Take over the changes you like in xx_YY.dic. 578 3. Take over the changes you like in xx_YY.dic.
579 You may also need to change xx_YY.aff. 579 You may also need to change xx_YY.aff.
580 4. Rename xx_YY.new.dic to xx_YY.orig.dic and xx_YY.new.aff to xx_YY.new.aff. 580 4. Rename xx_YY.new.dic to xx_YY.orig.dic and xx_YY.new.aff to xx_YY.orig.aff.
581 581
582 582
583 SPELL FILE VERSIONS *E770* *E771* *E772* 583 SPELL FILE VERSIONS *E770* *E771* *E772*
584 584
585 Spell checking is a relatively new feature in Vim, thus it's possible that the 585 Spell checking is a relatively new feature in Vim, thus it's possible that the