commit | cb711abf0f71d8c743cf73c76077f52e17732a8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 16 13:00:29 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 16 13:00:29 2020 +0200 |
tree | deba0fe02b289a9e45200aa60b9be51859dc278d | |
parent | b4a549fb161a390834371db8370b1f75695e25d0 [diff] [blame] |
patch 8.2.0583: Vim9: # comment not recognized in :def function Problem: Vim9: # comment not recognized in :def function. Solution: Recognize and skip # comment.
diff --git a/src/version.c b/src/version.c index f7dfb38..c0c2e98 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 583, +/**/ 582, /**/ 581,