1
0
forked from aniani/vim

patch 8.2.0583: Vim9: # comment not recognized in :def function

Problem:    Vim9: # comment not recognized in :def function.
Solution:   Recognize and skip # comment.
This commit is contained in:
Bram Moolenaar
2020-04-16 13:00:29 +02:00
parent b4a549fb16
commit cb711abf0f
3 changed files with 51 additions and 30 deletions

View File

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