commit | bdc09a18fca32715687d9911a431da69186528cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 07 14:31:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 07 14:31:45 2022 +0100 |
tree | 9d27853365bffdc04e51cfe7fc6cb75dafc8a0b0 | |
parent | cf3d0eaf47a56a52b355d8faf4e59685396f9c05 [diff] [blame] |
patch 9.0.0683: cannot specify a time for :echowindow Problem: Cannot specify a time for :echowindow. Solution: A count can be used to specify the display time. Add popup_findecho().
diff --git a/src/version.c b/src/version.c index 37ece89..8be8b38 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 683, +/**/ 682, /**/ 681,