diff options
| author | Bram Moolenaar <Bram@vim.org> | 2020-07-29 14:40:25 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2020-07-29 14:40:25 +0200 |
| commit | 9898107f54a330c6d9629976250a393169c698ca (patch) | |
| tree | 8a4b2b3cbb974768201f899d0ca48b40789de488 /src/version.c | |
| parent | b5ed266037dea49024e00c4e1f9c89f3a9ebaa60 (diff) | |
| download | vim-git-9898107f54a330c6d9629976250a393169c698ca.tar.gz | |
patch 8.2.1314: Vim9: rule for comment after :function is confusingv8.2.1314
Problem: Vim9: rule for comment after :function is confusing.
Solution: Allow double quoted comment after :function in vim9script.
(closes #6556)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index fce921888..b1ed1df4b 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1314, +/**/ 1313, /**/ 1312, |
