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

@@ -20,6 +20,7 @@
#include "nvim/digraph.h"
#include "nvim/edit.h"
#include "nvim/eval.h"
#include "nvim/eval/userfunc.h"
#include "nvim/ex_cmds.h"
#include "nvim/ex_cmds2.h"
#include "nvim/ex_eval.h"