diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-09-13 14:05:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-13 14:05:34 +0200 |
commit | 7eb4d2f79dcc712dae1513516b9db5f574d51437 (patch) | |
tree | 044ffb8deb0b2b4b14fa189624516640986df939 /src/nvim/eval.lua | |
parent | a34d3a7244f21c3d9494dd04f77346991ae24ae5 (diff) | |
download | rneovim-7eb4d2f79dcc712dae1513516b9db5f574d51437.tar.gz rneovim-7eb4d2f79dcc712dae1513516b9db5f574d51437.tar.bz2 rneovim-7eb4d2f79dcc712dae1513516b9db5f574d51437.zip |
vim-patch:7.4.1558 (#5333)
Problem: It is not easy to find out what windows display a buffer.
Solution: Add win_findbuf().
https://github.com/vim/vim/commit/9cdf86b86f5fdb5a45b682f336846f9d9a9c6f1f
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r-- | src/nvim/eval.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index 9a3d73736f..3c371fc264 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -310,6 +310,7 @@ return { virtcol={args=1}, visualmode={args={0, 1}}, wildmenumode={}, + win_findbuf={args=1}, win_getid={args={0,2}}, win_gotoid={args=1}, win_id2tabwin={args=1}, |