commit | aeed2a6359e9ca692e1397884c3678685132d360 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 29 20:18:45 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 29 20:18:45 2021 +0200 |
tree | 670df20bf9e7a3f5715c77b6faa7f568667e8dff | |
parent | 227c58a486d2459e7bf6ed2c917ede7e324e3570 [diff] [blame] |
patch 8.2.2818: no jump added when opening terminal in current window Problem: No jump added to jumplist when opening terminal in current window. Solution: Call setpcmark(). (closes #8158)
diff --git a/src/version.c b/src/version.c index 0158d89..f1d5532 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2818, +/**/ 2817, /**/ 2816,