commit | 3737fc1c30a559c82c57b5ce6aedae76cbeabaef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 14:42:56 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 14:42:56 2013 +0200 |
tree | 12e19809de1b04e1255b82b7b8d635da4e09fbab | |
parent | 75d7a069206e8f3805d30f4df4655cb18d022fa4 [diff] [blame] |
updated for version 7.3.1087 Problem: A leading star is not seen as a normal char when \{} follows. Solution: Save and restore the parse state properly.
diff --git a/src/version.c b/src/version.c index ec0105e..641fb67 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1087, +/**/ 1086, /**/ 1085,