comparison src/version.c @ 31714:07480c2f5ea8 v9.0.1189

patch 9.0.1189: invalid memory access with folding and using "L" Commit: https://github.com/vim/vim/commit/232bdaaca98c34a99ffadf27bf6ee08be6cc8f6a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 13 14:17:58 2023 +0000 patch 9.0.1189: invalid memory access with folding and using "L" Problem: Invalid memory access with folding and using "L". Solution: Prevent the cursor from moving to line zero.
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Jan 2023 15:30:04 +0100
parents 2d68375d5ddf
children 9dd5bc4f2783
comparison
equal deleted inserted replaced
31713:6567dd4ba48c 31714:07480c2f5ea8
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1189,
698 /**/ 700 /**/
699 1188, 701 1188,
700 /**/ 702 /**/
701 1187, 703 1187,
702 /**/ 704 /**/