commit | 396f3138ca83ce844679143861f544070683d479 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 09 18:44:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 09 18:44:56 2020 +0200 |
tree | 3001662756c9b1bacee2511eb5e97f73d7adc0cb | |
parent | 1c74721233dac057778f9aef9ae20f49d934ec22 [diff] [blame] |
patch 8.2.0724: Vim9: appending to buffer/window/tab variable not tested Problem: Vim9: appending to buffer/window/tab variable not tested Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 3084d9b..38da744 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 724, +/**/ 723, /**/ 722,