refactor(eval): move diff functions to diff.c (#33085)

They were moved in Vim in patch 8.1.1989.
This change is required to port patch 9.1.1243.
This commit is contained in:
zeertzjq
2025-03-27 21:35:20 +08:00
committed by GitHub
parent 703f4037c4
commit d01d476480
3 changed files with 59 additions and 58 deletions

View File

@@ -16,6 +16,7 @@ hashpipe:write([[
#include "nvim/arglist.h"
#include "nvim/cmdexpand.h"
#include "nvim/cmdhist.h"
#include "nvim/diff.h"
#include "nvim/digraph.h"
#include "nvim/eval.h"
#include "nvim/eval/buffer.h"