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/Makefile b/src/Makefile index 0b95c6e..9258956 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2189,6 +2189,7 @@ test_hlsearch \ test_increment \ test_increment_dbcs \ + test_ins_complete \ test_job_fails \ test_join \ test_json \