commit | cb94c910706fdd575cc25797d7858e084f1e3524 | [log] [tgz] |
---|---|---|
author | Rob Pilling <robpilling@gmail.com> | Tue Dec 13 12:26:09 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 13 12:26:09 2022 +0000 |
tree | d677addda57ae7baf2427466bc203933c28823a9 | |
parent | 6342e2c5a6570231aefabd8e34c2f2cb22f6927a [diff] [blame] |
patch 9.0.1051: after a failed CTRL-W ] next command splits window Problem: After a failed CTRL-W ] next command splits window. Solution: Reset postponed_split. (Rob Pilling, closes #11698)
diff --git a/src/version.c b/src/version.c index f72d537..5248bcf 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1051, +/**/ 1050, /**/ 1049,