commit | 24c4d539eed33e8073f8f9fe2bee497bbba935a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 15:37:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 15:37:20 2016 +0100 |
tree | 5ebe42941efb39c6c274ee165736eaaafddc8edc | |
parent | a803c7f94070f94b831fdfd1984f288c8b825b5d [diff] [blame] |
patch 7.4.1093 Problem: Typo in test goes unnoticed. Solution: Fix the typo. Give error for wrong arguments to cursor(). (partly by Hirohito Higashi) Add a test for cursor().
diff --git a/src/version.c b/src/version.c index 599de70..2567cb5 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1093, +/**/ 1092, /**/ 1091,