]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1510: misleading variable name for error message v9.0.1510
authorBram Moolenaar <Bram@vim.org>
Fri, 5 May 2023 21:58:34 +0000 (22:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 5 May 2023 21:58:34 +0000 (22:58 +0100)
commit70e8028a4d63c83f67bc3314d064613e2041e462
tree32c99cbe9851092599669a4d89df359a0b478800
parent23919540367952f7fbb06350d7b5af96316fbd5f
patch 9.0.1510: misleading variable name for error message

Problem:    Misleading variable name for error message.
Solution:   Change "name" to "number".  (closes #12345)
src/errors.h
src/ex_docmd.c
src/version.c