]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0345: cannot get the window id associated with the location list v8.1.0345
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Sep 2018 13:18:42 +0000 (15:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Sep 2018 13:18:42 +0000 (15:18 +0200)
commitc9cc9c78f21caba7ecb5c90403df5e19a57aa96a
tree50b8f0fe00446fec89b1ef0e5f9c9064fe7b1182
parent7ee3f15b21042cb8148980ea486137eaf1b55bcd
patch 8.1.0345: cannot get the window id associated with the location list

Problem:    Cannot get the window id associated with the location list.
Solution:   Add the "filewinid" argument to getloclist(). (Yegappan
            Lakshmanan, closes #3202)
runtime/doc/eval.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c