commit | 9898107f54a330c6d9629976250a393169c698ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 29 14:40:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 29 14:40:25 2020 +0200 |
tree | 8a4b2b3cbb974768201f899d0ca48b40789de488 | |
parent | b5ed266037dea49024e00c4e1f9c89f3a9ebaa60 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index fce9218..b1ed1df 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1314, +/**/ 1313, /**/ 1312,