commit | 85b43c6cb7d56919e245622f4e42db6d8bee4194 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Mar 21 19:45:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 21 19:45:17 2022 +0000 |
tree | 96162d04de08fc6d8a9ae1aa02347f12d6206642 | |
parent | 397a87ac1c9857eb0d5ec3add69e3b9ab6b0c77c [diff] [blame] |
patch 8.2.4603: sourcing buffer lines is too complicated Problem: Sourcing buffer lines is too complicated. Solution: Simplify the code. Make it possible to source Vim9 script lines. (Yegappan Lakshmanan, closes #9974)
diff --git a/src/version.c b/src/version.c index e262953..3874b93 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4603, +/**/ 4602, /**/ 4601,