forked from aniani/vim
patch 9.0.2025: no cmdline completion for ++opt args
Problem: no cmdline completion for ++opt args Solution: Add cmdline completion for :e ++opt=arg and :terminal [++options] closes: #13319 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yee Cheng Chin <ychin.git@gmail.com>
This commit is contained in:
committed by
Christian Brabandt
parent
bd734c3bea
commit
989426be6e
@@ -824,6 +824,8 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
|
||||
#define EXPAND_RUNTIME 53
|
||||
#define EXPAND_STRING_SETTING 54
|
||||
#define EXPAND_SETTING_SUBTRACT 55
|
||||
#define EXPAND_ARGOPT 56
|
||||
#define EXPAND_TERMINALOPT 57
|
||||
|
||||
// Values for exmode_active (0 is no exmode)
|
||||
#define EXMODE_NORMAL 1
|
||||
|
Reference in New Issue
Block a user