]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3185: Vim9: start of inline function found in comment line v8.2.3185
authorBram Moolenaar <Bram@vim.org>
Mon, 19 Jul 2021 19:04:23 +0000 (21:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 19 Jul 2021 19:04:23 +0000 (21:04 +0200)
commitac2cd2b08f0fd15e9c3759da043e9b28da80dca8
tree784f7dae2ebe9f5c70af4e4ab7fa7a543a36c56b
parent6106504e9edc8500131f7a36e59bc146f90180fa
patch 8.2.3185: Vim9: start of inline function found in comment line

Problem:    Vim9: start of inline function found in comment line.
Solution:   Do not check for inline function in comment line. (closes #8589)
src/testdir/test_vim9_expr.vim
src/userfunc.c
src/version.c