commit | 27fef59dd1dd75f50c366f7f616ffa4451560452 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Oct 03 12:01:27 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 03 12:01:27 2021 +0100 |
tree | 4305ae44ba2687a9c20e3f69b5f56a5c0afab219 | |
parent | 8b8c0ed657fabd88e610401ca8a12366f987db94 [diff] [blame] |
patch 8.2.3465: cannot detect insert scroll mode Problem: Cannot detect insert scroll mode. Solution: Add "scroll" to complete_info(). (closes #8943)
diff --git a/src/version.c b/src/version.c index 4e4f4fd..79f88eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3465, +/**/ 3464, /**/ 3463,