vim-patch:8.2.2468: not easy to get the full command name from a shortened one

Problem:    Not easy to get the full command name from a shortened one.
Solution:   Add fullcommand(). (Martin Tournoij, closes vim/vim#7777)
038e09ee76
This commit is contained in:
zeertzjq
2021-12-25 06:56:33 +08:00
parent 0d7a97224f
commit 8eff0ca6d5
6 changed files with 83 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
#define NVIM_EX_DOCMD_H
#include "nvim/ex_cmds_defs.h"
#include "nvim/eval/funcs.h"
#include "nvim/globals.h"
// flags for do_cmdline()