commit | 7fcff1f781f3ccfd62af8ed62c697046f92b37e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 20 21:49:13 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 20 21:49:13 2013 +0200 |
tree | 6ca90a0660bf2e5fb29f82d7e8c58819298bd124 | |
parent | ca12d7c00486b37e70872bec7b141d7f3a0b73a5 [diff] [blame] |
updated for version 7.3.978 Problem: Regexp debug logs don't have a good name. Solution: Use clear names and make it possible to write logs for the old and new engines separately. (Taro Muraoka)
diff --git a/src/version.c b/src/version.c index 679c37b..3b4353d 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 978, +/**/ 977, /**/ 976,