mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
spell.c: give priority to rare words. #2456
See: https://groups.google.com/forum/#!topic/vim_dev/rPWOoR3ZgSA
This commit is contained in:

committed by
Justin M. Keyes

parent
dd8531dbb5
commit
f8151735a3
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user