aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-08-09 19:25:56 +0200
committerGitHub <noreply@github.com>2019-08-09 19:25:56 +0200
commite2d6e67bbc7a09496eddaeb27af4d2d135452cdb (patch)
treef742cc12cea3b4088b232bf9aa123814a095d98e /src/nvim/lua/executor.c
parent939d9053bdf2f56286640c581eb4e2ff5a856540 (diff)
parent564838159e172911e1dc98512ede11802f7161d7 (diff)
downloadrneovim-e2d6e67bbc7a09496eddaeb27af4d2d135452cdb.tar.gz
rneovim-e2d6e67bbc7a09496eddaeb27af4d2d135452cdb.tar.bz2
rneovim-e2d6e67bbc7a09496eddaeb27af4d2d135452cdb.zip
Merge pull request #10171 from blueyed/vim-8.1.1318
vim-patch:8.1.1318: code for text changes is in a "misc" file
Diffstat (limited to 'src/nvim/lua/executor.c')
-rw-r--r--src/nvim/lua/executor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/lua/executor.c b/src/nvim/lua/executor.c
index 29682e8add..3de1b531e6 100644
--- a/src/nvim/lua/executor.c
+++ b/src/nvim/lua/executor.c
@@ -23,6 +23,7 @@
#include "nvim/cursor.h"
#include "nvim/undo.h"
#include "nvim/ascii.h"
+#include "nvim/change.h"
#ifdef WIN32
#include "nvim/os/os.h"