commit | f4e1143697a2d08eff487dec36128a5e10d5eca8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 16:53:03 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 16:53:03 2013 +0200 |
tree | eb55b1d73457b226548a93b7d22c260485c6ef4a | |
parent | a87aa8061ce670c38d742b0f7e41cc950d10320f [diff] [blame] |
updated for version 7.3.1295 Problem: glob() and globpath() do not handle escaped special characters properly. Solution: Handle escaped characters differently. (Adnan Zafar)
diff --git a/src/version.c b/src/version.c index e4c6d50..d735567 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1295, +/**/ 1294, /**/ 1293,