commit | e8aee7dcf9b12becff86e8ce1783a86801c5f9f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 21:39:13 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 21:39:13 2016 +0200 |
tree | b3ceba08da625ebd990201630b1d6fead5e7659e | |
parent | ab3022196ea4f1496e79b8ee85996e31c45d02f1 [diff] [blame] |
patch 7.4.1793 Problem: Some character classes may differ between systems. On OS/X the regexp test fails. Solution: Make this less dependent on the system. (idea by Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 8b713ca..56af2f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1793, +/**/ 1792, /**/ 1791,