]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3144: Vim9: no error when using an invalid value for a line number v8.2.3144
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 14:01:58 +0000 (16:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 14:01:58 +0000 (16:01 +0200)
commit0f1227f7d5a3e368f61d396c1640088c079fef91
treec7afe1e85b36fff5b513a8c465e7601364079f5d
parentd9162550aa47ca3865a5cadf78ff2212a1d8eca7
patch 8.2.3144: Vim9: no error when using an invalid value for a line number

Problem:    Vim9: no error when using an invalid value for a line number.
Solution:   Give an error if the string value is not recognized.
            (closes #8536)
src/errors.h
src/eval.c
src/testdir/test_vim9_builtin.vim
src/version.c