]> granicus.if.org Git - vim/commit
patch 8.1.1261: no error for quickfix commands with negative range v8.1.1261
authorBram Moolenaar <Bram@vim.org>
Sat, 4 May 2019 13:05:28 +0000 (15:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 May 2019 13:05:28 +0000 (15:05 +0200)
commit25190db225d63e185e77e043e694ef455b3cf304
tree83bd30d169a67c3196f256fe27326da26f4c9369
parente4f5f3aa3d597ec9188e01b004013a02bceb4026
patch 8.1.1261: no error for quickfix commands with negative range

Problem:    No error for quickfix commands with negative range.
Solution:   Add ADDR_UNSIGNED and use it for quickfix commands.  Make
            assert_fails() show the command if the error doesn't match.
runtime/doc/quickfix.txt
src/eval.c
src/ex_cmds.h
src/ex_cmds2.c
src/ex_docmd.c
src/proto/quickfix.pro
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c