]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2215 v7.4.2215
authorBram Moolenaar <Bram@vim.org>
Mon, 15 Aug 2016 20:16:25 +0000 (22:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 15 Aug 2016 20:16:25 +0000 (22:16 +0200)
commit386600f0cbcb8add099c723cf84634f46df2f788
tree90910192a5b3d1e33fea1f6b47445f78f7affe94
parent16350cb97914bc86320185a9910b23c2b297d273
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)
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_bufwintabinfo.vim
src/version.c