1
0
forked from aniani/vim

patch 9.0.1332: crash when using buffer-local user command in cmdline window

Problem:    Crash when using buffer-local user command in cmdline window.
            (Karl Yngve Lervåg)
Solution:   Use the right buffer to find the user command. (closes #12030,
            closes #12029)
This commit is contained in:
zeertzjq
2023-02-20 15:25:13 +00:00
committed by Bram Moolenaar
parent e1121b1394
commit b444ee761a
3 changed files with 12 additions and 1 deletions

View File

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