1
0
forked from aniani/vim

patch 8.2.1314: Vim9: rule for comment after :function is confusing

Problem:    Vim9: rule for comment after :function is confusing.
Solution:   Allow double quoted comment after :function in vim9script.
            (closes #6556)
This commit is contained in:
Bram Moolenaar
2020-07-29 14:40:25 +02:00
parent b5ed266037
commit 9898107f54
3 changed files with 10 additions and 3 deletions

View File

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