commit | 54c1b4965b6072352d84c41fb4101e8a2214cc6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 24 14:01:28 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 24 14:01:28 2010 +0100 |
tree | 6c781ad16500c1b7c464615c5e6c7baf7c9d7d3d | |
parent | 83bac8b756e1778a0269a40809f0afa723962f8a [diff] [blame] |
updated for version 7.2.369 Problem: Error message is not easy to understand. Solution: Add quotes. (SungHyun Nam)
diff --git a/src/version.c b/src/version.c index 5f1e3bd..cbdcf2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 369, +/**/ 368, /**/ 367,