| commit | a260b87d9da17f605666630f18c1ed909c2b8bae | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 20:48:22 2016 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 20:48:22 2016 +0100 |
| tree | 03fb7aaf4b31ace780c4b040537e65c695b63457 | |
| parent | 3d6d5cc3a417c04d9772596ea83f8e6b41321781 [diff] [blame] |
patch 7.4.1096
Problem: Need several lines to verify a command produces an error.
Solution: Add assert_fails(). (suggested by Nikolay Pavlov)
Make the quickfix alloc test actually work.
diff --git a/src/version.c b/src/version.c index 2c92c17..b842116 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1096, +/**/ 1095, /**/ 1094,