mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
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:
@@ -59,6 +59,7 @@
|
||||
#include "nvim/regexp.h"
|
||||
#include "nvim/screen.h"
|
||||
#include "nvim/spell.h"
|
||||
#include "nvim/spellfile.h"
|
||||
#include "nvim/strings.h"
|
||||
#include "nvim/syntax.h"
|
||||
#include "nvim/ui.h"
|
||||
|
Reference in New Issue
Block a user