commit | 8f3c3c6cd044e3b5bf08dbfa3b3f04bb3f711bad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 17:05:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 17:05:54 2022 +0100 |
tree | 66e5f78b1f4d346156a3fdc958c14fbd3b614f7b | |
parent | 61c4b04799bf114cadc3bbf212ae8b2ad22a6980 [diff] [blame] |
patch 9.0.0789: dummy buffer ends up in a window Problem: Dummy buffer ends up in a window. Solution: Disallow navigating to a dummy buffer.
diff --git a/src/version.c b/src/version.c index 1c511f9..05e619f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 789, +/**/ 788, /**/ 787,