]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3158: strange error message when using islocked() with a number v8.2.3158
authorBram Moolenaar <Bram@vim.org>
Tue, 13 Jul 2021 18:32:29 +0000 (20:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 Jul 2021 18:32:29 +0000 (20:32 +0200)
commit1840a7b4e3577e617f724c9d07ccc78195cc010a
treec28d2ac066a4d3d6756b5faa469a138ca78bdc42
parent16e26a31161d65baca7885c46c43ab4a48399c92
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.
src/evalfunc.c
src/testdir/test_functions.vim
src/version.c