]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1419: Vim9: not operator applied too early v8.2.1419
authorBram Moolenaar <Bram@vim.org>
Mon, 10 Aug 2020 21:09:37 +0000 (23:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 10 Aug 2020 21:09:37 +0000 (23:09 +0200)
commit59eccb92e3c68f65525e08d2113213ff7d7ed00a
treefbeea20f8863f5fb8a4ba6e1a691061dd21e2a6a
parent8294d49937b99067522fda8a9399bb9533e3c44e
patch 8.2.1419: Vim9: not operator applied too early

Problem:    Vim9: not operator applied too early.
Solution:   Implement the "numeric_only" argument. (closes #6680)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c