aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/viml/executor/vim.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 /src/nvim/viml/executor/vim.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 'src/nvim/viml/executor/vim.lua')
-rw-r--r--src/nvim/viml/executor/vim.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/viml/executor/vim.lua b/src/nvim/viml/executor/vim.lua
deleted file mode 100644
index 8d1c5bdf4f..0000000000
--- a/src/nvim/viml/executor/vim.lua
+++ /dev/null
@@ -1,2 +0,0 @@
--- TODO(ZyX-I): Create compatibility layer.
-return {}