vim-patch:7.4.2069

Problem:    spell.c is too big.
Solution:   Split it in spell file handling and spell checking.

9ccfebddc3
This commit is contained in:
James McCoy
2017-03-07 09:13:54 -05:00
parent b2b15e6e13
commit 5674057e3a
10 changed files with 5994 additions and 5920 deletions

View File

@@ -50,6 +50,7 @@
#include "nvim/screen.h"
#include "nvim/search.h"
#include "nvim/spell.h"
#include "nvim/spellfile.h"
#include "nvim/strings.h"
#include "nvim/syntax.h"
#include "nvim/tag.h"