Mirror of the Vim source from https://github.com/vim/vim
リビジョン | 95f202f77cbbce3921c19d33eba523f6aad83b73 (tree) |
---|---|
日時 | 2022-01-19 06:45:03 |
作者 | Bram Moolenaar <Bram@vim....> |
コミッター | Bram Moolenaar |
patch 8.2.4141: Vim9 builtin functions test fails
Commit: https://github.com/vim/vim/commit/17dd51963367495f75b0f0a73139081dd7b25500
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jan 18 21:42:37 2022 +0000
@@ -2278,6 +2278,7 @@ | ||
2278 | 2278 | nowait: 0, |
2279 | 2279 | expr: 0, |
2280 | 2280 | sid: SID(), |
2281 | + scriptversion: 999999, | |
2281 | 2282 | rhs: 'bar', |
2282 | 2283 | buffer: 0}) |
2283 | 2284 | unmap foo |
@@ -751,6 +751,8 @@ | ||
751 | 751 | static int included_patches[] = |
752 | 752 | { /* Add new patch number below this line */ |
753 | 753 | /**/ |
754 | + 4141, | |
755 | +/**/ | |
754 | 756 | 4140, |
755 | 757 | /**/ |
756 | 758 | 4139, |