commit | a5483448cba6997517003a22a8029f0de1007d0e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 20:17:02 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 20:17:02 2019 +0100 |
tree | 77599292108fbba2fd93b46113fe8259e816efd0 | |
parent | c85c8fcb9fad565da78e01248c12f662f6bc04c8 [diff] [blame] |
patch 8.1.0945: internal error when using pattern with NL in the range Problem: Internal error when using pattern with NL in the range. Solution: Use an actual newline for the range. (closes #3989) Also fix error message. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index b3244c1..0d44663 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 945, +/**/ 944, /**/ 943,