comparison 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
comparison
equal deleted inserted replaced
25861:e40b9833ae39 25862:6776d3fbf13b
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3465,
760 /**/ 762 /**/
761 3464, 763 3464,
762 /**/ 764 /**/
763 3463, 765 3463,
764 /**/ 766 /**/