comparison runtime/doc/spell.txt @ 27903:d19b7aee1925

Update runtime files. Commit: https://github.com/vim/vim/commit/c51cf0329809c7ae946c59d6f56699227efc9d1b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 26 12:25:45 2022 +0000 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Feb 2022 13:30:04 +0100
parents e69e7133c9cf
children f8116058ca76
comparison
equal deleted inserted replaced
27902:8481c8908b5e 27903:d19b7aee1925
129 129
130 There are no normal mode commands to mark words as 130 There are no normal mode commands to mark words as
131 rare as this is a fairly uncommon command and all 131 rare as this is a fairly uncommon command and all
132 intuitive commands for this are already taken. If you 132 intuitive commands for this are already taken. If you
133 want you can add mappings with e.g.: > 133 want you can add mappings with e.g.: >
134 nnoremap z? :exe ':spellrare ' . expand('<cWORD>')<CR> 134 nnoremap z? :exe ':spellrare ' .. expand('<cWORD>')<CR>
135 nnoremap z/ :exe ':spellrare! ' . expand('<cWORD>')<CR> 135 nnoremap z/ :exe ':spellrare! ' .. expand('<cWORD>')<CR>
136 < |:spellundo|, |zuw|, or |zuW| can be used to undo this. 136 < |:spellundo|, |zuw|, or |zuW| can be used to undo this.
137 137
138 :spellr[rare]! {word} Add {word} as a rare word to the internal word 138 :spellr[rare]! {word} Add {word} as a rare word to the internal word
139 list, similar to |zW|. 139 list, similar to |zW|.
140 140