mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4617: no completion for :scriptnames
Problem: No completion for :scriptnames. Solution: Implement :scriptnames completion. (Yegappan Lakshmanan, closes #10005)
This commit is contained in:
committed by
Bram Moolenaar
parent
98b7fe725e
commit
454ce6737c
@@ -93,6 +93,7 @@ static struct
|
||||
{EXPAND_USER_VARS, "var"},
|
||||
#if defined(FEAT_EVAL)
|
||||
{EXPAND_BREAKPOINT, "breakpoint"},
|
||||
{EXPAND_SCRIPTNAMES, "scriptnames"},
|
||||
#endif
|
||||
{0, NULL}
|
||||
};
|
||||
|
Reference in New Issue
Block a user