commit | cd6ad6439da2ee2d1a8a6934c9d69e9c2664ba55 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Jul 25 12:28:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 25 12:28:09 2022 +0100 |
tree | 2ba97df8d1ee3651a14d3bbe5c18084c47978433 | |
parent | 509695c1c3f5c94bf4b1de5dd0fc11202804f638 [diff] [blame] |
patch 9.0.0066: switching window uneccarily when getting buffer options Problem: Switching window uneccarily when getting buffer options. Solution: Do not switch window when getting buffer options. (closes #10767)
diff --git a/src/version.c b/src/version.c index 364a071..3b0f70e 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 66, +/**/ 65, /**/ 64,