]> granicus.if.org Git - vim/commit
patch 8.0.1772: quickfix: mixup of FALSE and FAIL, returning -1 v8.0.1772
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Apr 2018 19:56:44 +0000 (21:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Apr 2018 19:56:44 +0000 (21:56 +0200)
commit29ce409bfca52bb8a07e2975d06fd788458e9861
tree60b8bab97f270f15933d0aebf6e9bd004acb577a
parent50182fa84e20a0547f3e2bd6683ef799fcd27855
patch 8.0.1772: quickfix: mixup of FALSE and FAIL, returning -1

Problem:    Quickfix: mixup of FALSE and FAIL, returning -1.
Solution:   Use FAIL and INVALID_QFIDX. (Yegappan Lakshmanan)
src/quickfix.c
src/version.c