]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1496: Vim9: cannot use " #" in a mapping v8.2.1496
authorBram Moolenaar <Bram@vim.org>
Thu, 20 Aug 2020 16:02:47 +0000 (18:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Aug 2020 16:02:47 +0000 (18:02 +0200)
commitb8a9296cedb9fae35572041ef5cfa894f3ad9fbb
tree4fc8dd365cd0a7f66a583e0d457b5e13a8252b72
parentdf2524bbb495c880d094d9542abf7c23d739cc53
patch 8.2.1496: Vim9: cannot use " #" in a mapping

Problem:    Vim9: cannot use " #" in a mapping.
Solution:   Do not remove a comment with the EX_NOTRLCOM flag. (closes #6746)
src/ex_docmd.c
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9compile.c