commit | 25190db225d63e185e77e043e694ef455b3cf304 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 04 15:05:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 04 15:05:28 2019 +0200 |
tree | 83bd30d169a67c3196f256fe27326da26f4c9369 | |
parent | e4f5f3aa3d597ec9188e01b004013a02bceb4026 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 5941c6e..d78ef3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1261, +/**/ 1260, /**/ 1259,