spell.c: give priority to rare words. #2456

See:
  https://groups.google.com/forum/#!topic/vim_dev/rPWOoR3ZgSA
This commit is contained in:
Jakson Alves de Aquino
2015-04-18 20:24:55 -05:00
committed by Justin M. Keyes
parent dd8531dbb5
commit f8151735a3
2 changed files with 3 additions and 4 deletions

View File

@@ -572,8 +572,8 @@ typedef struct langp_S {
// Result values. Lower number is accepted over higher one.
#define SP_BANNED -1
#define SP_OK 0
#define SP_RARE 1
#define SP_RARE 0
#define SP_OK 1
#define SP_LOCAL 2
#define SP_BAD 3