commit | 386600f0cbcb8add099c723cf84634f46df2f788 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 15 22:16:25 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 15 22:16:25 2016 +0200 |
tree | 90910192a5b3d1e33fea1f6b47445f78f7affe94 | |
parent | 16350cb97914bc86320185a9910b23c2b297d273 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e15fd97..50a0c7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2215, +/**/ 2214, /**/ 2213,