aboutsummaryrefslogtreecommitdiff
path: root/scripts/genmsgpack.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-04-11 01:09:36 +0300
committerZyX <kp-pav@yandex.ru>2017-04-11 01:09:36 +0300
commitf98a3d85ed2f34a62300097fd30b393a3b3be393 (patch)
tree41562adb208723f786454ae2ddfa0bb02521318d /scripts/genmsgpack.lua
parent1751ec192d860f2591d18c4aad4248b5ab786cec (diff)
downloadrneovim-f98a3d85ed2f34a62300097fd30b393a3b3be393.tar.gz
rneovim-f98a3d85ed2f34a62300097fd30b393a3b3be393.tar.bz2
rneovim-f98a3d85ed2f34a62300097fd30b393a3b3be393.zip
lua: Move files from src/nvim/viml/executor to src/nvim/lua
Diffstat (limited to 'scripts/genmsgpack.lua')
-rw-r--r--scripts/genmsgpack.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genmsgpack.lua b/scripts/genmsgpack.lua
index 2a7cb4bacf..c3b3f42618 100644
--- a/scripts/genmsgpack.lua
+++ b/scripts/genmsgpack.lua
@@ -377,7 +377,7 @@ output:write([[
#include "nvim/func_attr.h"
#include "nvim/api/private/defs.h"
#include "nvim/api/private/helpers.h"
-#include "nvim/viml/executor/converter.h"
+#include "nvim/lua/converter.h"
]])
include_headers(output, headers)
output:write('\n')