0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.4565: no command line completion for :breakadd and :breakdel

Problem:    No command line completion for :breakadd and :breakdel.
Solution:   Add completion for :breakadd and :breakdel. (Yegappan Lakshmanan,
            closes #9950)
This commit is contained in:
Bram Moolenaar
2022-03-14 19:24:46 +00:00
parent 129e33e44b
commit 6e2e2cc95b
8 changed files with 290 additions and 20 deletions

View File

@@ -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