1
0
forked from aniani/vim

patch 9.0.0992: Vim9 script: get E1096 when comment follows return

Problem:    Vim9 script: get E1096 when comment follows return.
Solution:   Adjust condition for return without expression. (closes #11654)
This commit is contained in:
mityu
2022-12-02 18:12:05 +00:00
committed by Bram Moolenaar
parent c67c89c758
commit 500c444283
3 changed files with 15 additions and 1 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
992,
/**/
991,
/**/