patch 8.2.3414: fullcommand() gives wrong name with buffer-local user command

Problem:    fullcommand() gives the wrong name if there is a buffer-local user
            command. (Naohiro Ono)
Solution:   Use a separate function to get the user command name.
            (closes #8840)
This commit is contained in:
Bram Moolenaar
2021-09-08 14:29:46 +02:00
parent a9e3d56087
commit 80c88eac5a
5 changed files with 41 additions and 5 deletions

View File

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