summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-03-14 19:24:46 +0000
committerBram Moolenaar <Bram@vim.org>2022-03-14 19:24:46 +0000
commit6e2e2cc95b913e33145047e0fade5193da6e4379 (patch)
tree6f4755e77b8e86590b6313bdb89f52968894c11f /src/vim.h
parent129e33e44bdbd91d6d7cd49d96268cbed4a05f07 (diff)
patch 8.2.4565: no command line completion for :breakadd and :breakdelv8.2.4565
Problem: No command line completion for :breakadd and :breakdel. Solution: Add completion for :breakadd and :breakdel. (Yegappan Lakshmanan, closes #9950)
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 816cfe89de..4f80a09264 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -801,6 +801,7 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
#define EXPAND_ARGLIST 48
#define EXPAND_DIFF_BUFFERS 49
#define EXPAND_DISASSEMBLE 50
+#define EXPAND_BREAKPOINT 51
// Values for exmode_active (0 is no exmode)
#define EXMODE_NORMAL 1