commit | 78aed95c8d11a06590abb079014887a458b28b36 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 15:36:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 15:36:35 2022 +0100 |
tree | dd0c5e502a0530a894e9fff196055e2ddea193a7 | |
parent | 140f6d0eda7921f2f0b057ec38ed501240903fc3 [diff] [blame] |
patch 9.0.0575: the getchar() function behaves strangely with bracketed paste Problem: The getchar() function behaves strangely with bracketed paste. Solution: Do not handle paste-start in getchar(). (issue #11172)
diff --git a/src/version.c b/src/version.c index 5057877..376f10f 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 575, +/**/ 574, /**/ 573,