commit | c974022c31e790136c62586eb0b0ace2d02d2afb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 04 08:22:53 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 04 08:22:53 2019 +0200 |
tree | 90ac16d8af9016a2227751c704d292e3775069bb | |
parent | ddd3308782e931a2c390d692cb23c40d8169bd6f [diff] [blame] |
patch 8.1.1462: MS-Windows: using special character requires quoting Problem: MS-Windows: using special character requires quoting. Solution: Add quotes. (Ken Takata)
diff --git a/src/version.c b/src/version.c index a7f77fa..ec6ee20 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1462, +/**/ 1461, /**/ 1460,