1
0
forked from aniani/vim

patch 7.4.2215

Problem:    It's not easy to find out if a window is a quickfix or location
            list window.
Solution:   Add "loclist" and "quickfix" entries to the dict returnec by
            getwininfo(). (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar
2016-08-15 22:16:25 +02:00
parent 16350cb979
commit 386600f0cb
4 changed files with 73 additions and 17 deletions

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2215,
/**/
2214,
/**/