commit | ffd99f729bd806e09d9355ede9c17780b61057bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 15:44:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 15:44:14 2017 +0100 |
tree | da7d97abd95882da43082199094045864b49e26e | |
parent | 89c394faca40d2f5d57705432a433173b295bf73 [diff] [blame] |
patch 8.0.1242: function argument with only dash is seen as number zero Problem: Function argument with only dash is seen as number zero. (Wang Shidong) Solution: See a dash as a string. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 2b5fb2d..61e8ea2 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1242, +/**/ 1241, /**/ 1240,