1
0
forked from aniani/vim

patch 9.0.0483: illegal memory access when replacing in virtualedit mode

Problem:    Illegal memory access when replacing in virtualedit mode.
Solution:   Check for replacing NUL after Tab.
This commit is contained in:
Bram Moolenaar
2022-09-16 22:16:59 +01:00
parent e24b4aba1f
commit c249913edc
3 changed files with 26 additions and 2 deletions

View File

@@ -703,6 +703,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
483,
/**/
482,
/**/