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

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

2024-04-27 Fir de Conversatie Christian Brabandt
patch 9.1.0376: Vim9: Trailing commands after class/enum keywords ignored Commit: https://github.com/vim/vim/commit/ac7731895c996acef4d02b784f9952749226e203 Author: Yegappan Lakshmanan Date: Sat Apr 27 11:36:12 2024 +0200 patch 9.1.0376: Vim9: Trailing commands after class/enum keywords