]> granicus.if.org Git - vim/commit
patch 8.1.0455: checking for empty quickfix stack is not consistent v8.1.0455
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Oct 2018 12:38:49 +0000 (14:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Oct 2018 12:38:49 +0000 (14:38 +0200)
commit019dfe6855e011c02427bb922aafeae0245372c9
tree4ad74c962368aeded6819c298a89328066f500cb
parent261099070940fb64d4633a766ae3510fffe4171d
patch 8.1.0455: checking for empty quickfix stack is not consistent

Problem:    Checking for empty quickfix stack is not consistent.
Solution:   Use qf_stack_empty(). (Yegappan Lakshmanan)
src/quickfix.c
src/version.c