Merge #11851 'eval.c: factor out eval/userfunc.c'

vim-patch:7.4.2058
This commit is contained in:
Justin M. Keyes
2020-04-26 20:01:58 -07:00
19 changed files with 3551 additions and 3423 deletions

View File

@@ -27,6 +27,7 @@
#include "nvim/undo.h"
#include "nvim/ascii.h"
#include "nvim/change.h"
#include "nvim/eval/userfunc.h"
#ifdef WIN32
#include "nvim/os/os.h"