comparison src/version.c @ 29365:98de9a961a64 v9.0.0025

patch 9.0.0025: accessing beyond allocated memory with the cmdline window Commit: https://github.com/vim/vim/commit/c6fdb15d423df22e1776844811d082322475e48a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 2 13:43:21 2022 +0100 patch 9.0.0025: accessing beyond allocated memory with the cmdline window Problem: Accessing beyond allocated memory when using the cmdline window in Ex mode. Solution: Use "*" instead of "'<,'>" for Visual mode.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jul 2022 14:45:03 +0200
parents 4e48651f2e48
children cc4b36422ecb
comparison
equal deleted inserted replaced
29364:bf86439e9d05 29365:98de9a961a64
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 25,
738 /**/ 740 /**/
739 24, 741 24,
740 /**/ 742 /**/
741 23, 743 23,
742 /**/ 744 /**/