]> granicus.if.org Git - vim/commit
patch 9.0.1083: empty and comment lines in a class cause an error v9.0.1083
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Dec 2022 13:38:22 +0000 (13:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Dec 2022 13:38:22 +0000 (13:38 +0000)
commit418b54788106efd94bbc71a4b100afae1080cbfc
treecf6adaa37e7d2727993fcdf0e6142b0a4ebc1737
parent104b2ff4d0ec9248ba0b979aa3bbccb65fcad422
patch 9.0.1083: empty and comment lines in a class cause an error

Problem:    Empty and comment lines in a class cause an error.
Solution:   Skip empty and comment lines. (closes #11734)
src/testdir/test_vim9_class.vim
src/version.c
src/vim9class.c