Re: Commit: patch 9.1.0376: Vim9: Trailing commands after class/enum keywords ignored

2024-04-27 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, Apr 27, 2024 at 10:08 AM Christian J. Robinson wrote: > > I think this patch, or one of the others around this same time, broke adding > comments after "}", as in the following: > > vim9script > > class Foo > static const bar = { # {{{ > baz: 'qux' > } # }}} > endclass > > Results

Re: Commit: patch 9.1.0376: Vim9: Trailing commands after class/enum keywords ignored

2024-04-27 Fir de Conversatie Christian J. Robinson
I think this patch, or one of the others around this same time, broke adding comments after "}", as in the following: vim9script class Foo static const bar = { # {{{ baz: 'qux' } # }}} endclass Results in: Error detected while processing C:\Users\hepti\comment.vim: line6: E488: Trailing