commit | 4ea924e0a567c5026a25fba2b02dd6eaf9efcb89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 10 15:32:21 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 10 15:32:21 2014 +0100 |
tree | 169f25c86c664311ad10a508c3e52b25604dbcfd | |
parent | 3a69e1135e65c44639d7a54d7637519134f36203 [diff] [blame] |
updated for version 7.4.138 Problem: Directory change messages are not recognized. Solution: Fix using a character range literally. (Lech Lorens)
diff --git a/src/version.c b/src/version.c index 18a051e..1fda7d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 138, +/**/ 137, /**/ 136,