commit | 4e713bafc0ae191b1830e3cd3c323ebd695bc3a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 15:31:37 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 15:31:37 2022 +0000 |
tree | 3bed62959c3a127b5d9b52a16d65f170265a9285 | |
parent | 54969f4ef5825205ecde09ea80f4087fc3b68e5d [diff] [blame] |
patch 8.2.4319: :put does not work properly in compiled function Problem: :put does not work properly in compiled function. (John Beckett) Solution: Adjust the direction when using line zero.
diff --git a/src/version.c b/src/version.c index f30ba25..3535adb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4319, +/**/ 4318, /**/ 4317,