diff src/version.c @ 25862:6776d3fbf13b v8.2.3465

patch 8.2.3465: cannot detect insert scroll mode Commit: https://github.com/vim/vim/commit/27fef59dd1dd75f50c366f7f616ffa4451560452 Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Oct 3 12:01:27 2021 +0100 patch 8.2.3465: cannot detect insert scroll mode Problem: Cannot detect insert scroll mode. Solution: Add "scroll" to complete_info(). (closes https://github.com/vim/vim/issues/8943)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Oct 2021 13:15:04 +0200
parents a7305a9b32ba
children 44e9d98555a9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3465,
+/**/
     3464,
 /**/
     3463,