commit | 1840a7b4e3577e617f724c9d07ccc78195cc010a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 13 20:32:29 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 13 20:32:29 2021 +0200 |
tree | c28d2ac066a4d3d6756b5faa469a138ca78bdc42 | |
parent | 16e26a31161d65baca7885c46c43ab4a48399c92 [diff] [blame] |
patch 8.2.3158: strange error message when using islocked() with a number Problem: Strange error message when using islocked() with a number. (Yegappan Lakshmanan) Solution: Check that the name is empty.
diff --git a/src/version.c b/src/version.c index ace5a9d..3de3048 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3158, +/**/ 3157, /**/ 3156,