commit | dde0efed85c0f78048409ef6deada0c6e8d0be3c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 23 15:53:05 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 23 15:53:05 2012 +0200 |
tree | d777ab0364c34ce3ebb4886b95aca4e817164e0e | |
parent | 4d93dc2699845009e0f263ed10196309c1175c2e [diff] [blame] |
updated for version 7.3.636 Problem: Not all zero-width matches handled correctly for "gn". Solution: Move zero-width detection to a separate function. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 5551da4..88836bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 636, +/**/ 635, /**/ 634,