0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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().
This commit is contained in:
Bram Moolenaar
2017-12-19 22:25:40 +01:00
parent 8ada6aa929
commit 1bd999f982
3 changed files with 25 additions and 4 deletions

View File

@@ -771,6 +771,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1417,
/**/
1416,
/**/