diff options
author | James McCoy <jamessan@jamessan.com> | 2016-11-15 13:41:01 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-28 14:57:38 -0500 |
commit | 4453aa0d29d7a4e488a4c1799c9d33bcbde432eb (patch) | |
tree | 51433dcc609844f2afef9277483afcae548fd781 /src/nvim/version.c | |
parent | 6205846cd969bf6bafc933cb295c4cef819b9e84 (diff) | |
download | rneovim-4453aa0d29d7a4e488a4c1799c9d33bcbde432eb.tar.gz rneovim-4453aa0d29d7a4e488a4c1799c9d33bcbde432eb.tar.bz2 rneovim-4453aa0d29d7a4e488a4c1799c9d33bcbde432eb.zip |
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)
https://github.com/vim/vim/commit/386600f0cbcb8add099c723cf84634f46df2f788
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index b1bb9f02f4..8e9f7938cc 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -225,7 +225,7 @@ static int included_patches[] = { // 2218 NA 2217, // 2216 NA - // 2215, + 2215, // 2214 NA 2213, 2212, |