commit | ad9ec5e79916d206fd7677b77e36485c47ae534f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 10 21:25:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 10 21:25:45 2020 +0200 |
tree | 4c3a92e30828fd4b5d5068717014cc1eb1a6fa81 | |
parent | 4f25b1aba050b85fa97ca2316aa04dd4b0b22530 [diff] [blame] |
patch 8.2.1654: when job writes to hidden buffer current window is wrong Problem: When job writes to hidden buffer current window has display errors. (Johnny McArthur) Solution: Use aucmd_prepbuf() instead of switch_to_win_for_buf(). (closes #6925)
diff --git a/src/version.c b/src/version.c index c22ec48..290d888 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1654, +/**/ 1653, /**/ 1652,