commit | c3516f7e4507c77424b94cb89071f6d0841f4e6a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 22:45:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 22:45:35 2020 +0200 |
tree | 08b13ec0f9f8b88e0ec8cbab01899960dae3423b | |
parent | 6defa7bf0a8935cc44f3dc12e9c87bbb40f190b7 [diff] [blame] |
patch 8.2.1637: Vim9: :put ={expr} does not work inside :def function Problem: Vim9: :put ={expr} does not work inside :def function. Solution: Add ISN_PUT. (closes #6397)
diff --git a/src/version.c b/src/version.c index 874bd70..bad23c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1637, +/**/ 1636, /**/ 1635,