commit | 1bd999f982e783219a06e6c8f219df1d53ac7e77 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 22:25:40 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 22:25:40 2017 +0100 |
tree | 28068b42e03ad713bfa8ed033ffc8d80c026a4b8 | |
parent | 8ada6aa9298b4764d9ca0024dd21b17e815595ce [diff] [blame] |
patch 8.0.1417: test doesn't search for a sentence Problem: Test doesn't search for a sentence. Still fails when searching for start of sentence. (Dominique Pelle) Solution: Add paren. Check for MAXCOL in dec().
diff --git a/src/version.c b/src/version.c index 11ff603..2ab6aac 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1417, +/**/ 1416, /**/ 1415,