]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1101: no error when using wrong arguments for setqflist() 6361/head v8.2.1101
authorBram Moolenaar <Bram@vim.org>
Tue, 30 Jun 2020 20:11:44 +0000 (22:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 30 Jun 2020 20:11:44 +0000 (22:11 +0200)
commitbe7a50c22f63478a6e64fe6b932a847830191b95
treeb0cccb704b38d77f8a35bf1774a74b3662c9dc55
parent47e880d6c13c3ec2888398fd9ba1f5a7180d791a
patch 8.2.1101: no error when using wrong arguments for setqflist()

Problem:    No error when using wrong arguments for setqflist() or
            setloclist().
Solution:   Check for the error.
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c