aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.lua
diff options
context:
space:
mode:
authorjing <lhchenjw@gmail.com>2021-04-24 23:09:31 +0800
committerjing <lhchenjw@gmail.com>2021-05-06 23:44:47 +0800
commitf6518e55164be3fd2d10bf7738c5d76970fb8d79 (patch)
treec6e0c17250995dae14848b44c7ff17d395e25ea3 /src/nvim/eval.lua
parentbb7d3790bf08b5519623d261d8235bad77b5c0dd (diff)
downloadrneovim-f6518e55164be3fd2d10bf7738c5d76970fb8d79.tar.gz
rneovim-f6518e55164be3fd2d10bf7738c5d76970fb8d79.tar.bz2
rneovim-f6518e55164be3fd2d10bf7738c5d76970fb8d79.zip
vim-patch:8.1.1418: win_execute() is not implemented yet
Problem: Win_execute() is not implemented yet. Solution: Implement it. https://github.com/vim/vim/commit/868b7b6712ea4f2232eeeae18c5cbbbddf2ee84d
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r--src/nvim/eval.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index 77e7c7b3a9..148804e54c 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -390,6 +390,7 @@ return {
visualmode={args={0, 1}},
wait={args={2,3}},
wildmenumode={},
+ win_execute={args={2, 3}},
win_findbuf={args=1},
win_getid={args={0,2}},
win_gettype={args={0,1}},