From f8151735a3c6224cc872bb7e20cf97cfaf78c7d2 Mon Sep 17 00:00:00 2001 From: Jakson Alves de Aquino Date: Sat, 18 Apr 2015 20:24:55 -0500 Subject: spell.c: give priority to rare words. #2456 See: https://groups.google.com/forum/#!topic/vim_dev/rPWOoR3ZgSA --- runtime/doc/spell.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index 78d7b5477f..8a752d8a11 100644 --- a/runtime/doc/spell.txt +++ b/runtime/doc/spell.txt @@ -1181,8 +1181,7 @@ rare words. Example: Rare words are highlighted differently from bad words. This is to be used for words that are correct for the language, but are hardly ever used and could be -a typing mistake anyway. When the same word is found as good it won't be -highlighted as rare. +a typing mistake anyway. This flag can also be used on an affix, so that a basic word is not rare but the basic word plus affix is rare |spell-affix-flags|. However, if the word -- cgit