vim-patch:7.4.1558 (#5333)

Problem:    It is not easy to find out what windows display a buffer.
Solution:   Add win_findbuf().

9cdf86b86f
This commit is contained in:
Justin M. Keyes
2016-09-13 14:05:34 +02:00
committed by GitHub
parent a34d3a7244
commit 7eb4d2f79d
6 changed files with 37 additions and 1 deletions

View File

@@ -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},