]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0989: Vim9: Whitespace after the final enum value causes a syntax error v9.1.0989
authorDoug Kearns <dougkearns@gmail.com>
Sat, 4 Jan 2025 16:12:24 +0000 (17:12 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 4 Jan 2025 16:12:24 +0000 (17:12 +0100)
commitdbe39edb29cf5f899d475ee783a059cb6f678286
tree3c6d121d22a7efcaf3ae0d81302453d93cde5fbf
parentcd96075cdee6b606c6e39aa1aed19b7cdc867df8
patch 9.1.0989: Vim9: Whitespace after the final enum value causes a syntax error

Problem:  Vim9: Whitespace after the final enum value causes a syntax
          error
Solution: Fix parsing to allow whitespace after the final enum value.
          (Doug Kearns)

closes: #16383

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_codestyle.vim
src/testdir/test_vim9_enum.vim
src/version.c
src/vim9class.c