commit | 4db572eeb2b42819268e934e76c67163316d873f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 18:21:38 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 18:21:38 2021 +0200 |
tree | 7c7b632b8808211dcaecb968090f31aac4e2b13a | |
parent | ad2d4969e1616d3a0354c181e3a09271d5433b3d [diff] [blame] |
patch 8.2.3178: Vim9: the file name of an :import cannot be an expression Problem: Vim9: the file name of an :import cannot be an expression. Solution: Accept an expression that results in a string. Do not support :import in a function.
diff --git a/src/version.c b/src/version.c index 0eb4b44..6f7864a 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3178, +/**/ 3177, /**/ 3176,