summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-03-24 11:22:13 +0000
committerBram Moolenaar <Bram@vim.org>2022-03-24 11:22:13 +0000
commit454ce6737cadb82886f1fc0eb9e8666cc59ae42b (patch)
treecb8c34f9a6ebc380a2788eed0c0fc14cd4512ca7 /src/vim.h
parent98b7fe725ec342d28d7c86293098b233c57c4af9 (diff)
patch 8.2.4617: no completion for :scriptnamesv8.2.4617
Problem: No completion for :scriptnames. Solution: Implement :scriptnames completion. (Yegappan Lakshmanan, closes #10005)
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index d7a2464656..0a923f16d0 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -802,6 +802,7 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
#define EXPAND_DIFF_BUFFERS 49
#define EXPAND_DISASSEMBLE 50
#define EXPAND_BREAKPOINT 51
+#define EXPAND_SCRIPTNAMES 52
// Values for exmode_active (0 is no exmode)
#define EXMODE_NORMAL 1