You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type Geiger-M\"uller
Try to add to the spell check dictionary, the last few letters will still show
as incorrect spelling.
Now type Geiger-M\"{u}ller
Again try to add it to the spell check dictionary, this time it will work.
But not only does it work - but the first example will now show as correct when
running spell check.
Original issue reported on code.google.com by [email protected] on 24 Feb 2015 at 12:07
The text was updated successfully, but these errors were encountered:
I think this works as documented:
,----[:h zg]
| In Visual mode the selected characters are added as a
| word (including white space!).
| When the cursor is on text that is marked as badly
| spelled then the marked text is used.
| Otherwise the word under the cursor, separated by
| non-word characters, is used.
`----
The problem are the chars '-{}\"' which are non-words and therefore not the
complete word will be added to the spell dictionary.
So visually select the word and use 'zg' to add the misspelled word to the
spell file.
Also note, with recent Vim versions, zg shows what will be added to the
spellfile.
Original issue reported on code.google.com by
[email protected]
on 24 Feb 2015 at 12:07The text was updated successfully, but these errors were encountered: