]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1384: not enough quickfix help; confusing winid v8.0.1384
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Dec 2017 14:26:15 +0000 (15:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Dec 2017 14:26:15 +0000 (15:26 +0100)
commit74240d3febd1e3bc7cf086c647c9348b20716c33
tree39569da540c965ef7344342842d033684e25d42e
parent35c5e8155da797f14124d98fdc6189067b965688
patch 8.0.1384: not enough quickfix help; confusing winid

Problem:    Not enough quickfix help; confusing winid.
Solution:   Add more examples in the help. When the quickfix window is not
            present, return zero for getqflist() with 'winid'. Add more tests
            for jumping to quickfix list entries. (Yegappan Lakshmanan, closes
            #2427)
runtime/doc/eval.txt
runtime/doc/quickfix.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c