commit | 15b314ffbb93f934b72cb71aa8f881caea026256 | [log] [tgz] |
---|---|---|
author | Yee Cheng Chin <ychin.git@gmail.com> | Sun Oct 09 18:53:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 18:53:32 2022 +0100 |
tree | cffce54dd07078c4d6407e7e06a2823f945e6ef6 | |
parent | 118c235112854f34182d968613d7fe98be3b290b [diff] [blame] |
patch 9.0.0708: :confirm does not work properly for a terminal buffer Problem: :confirm does not work properly for a terminal buffer. Solution: Handle :confirm for a terminal buffer differently. (Yee Cheng Chin, closes #11312)
diff --git a/src/version.c b/src/version.c index f006710..7bd0286 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 708, +/**/ 707, /**/ 706,