mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user