diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-03-14 19:24:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-03-14 19:24:46 +0000 |
commit | 6e2e2cc95b913e33145047e0fade5193da6e4379 (patch) | |
tree | 6f4755e77b8e86590b6313bdb89f52968894c11f /src/vim.h | |
parent | 129e33e44bdbd91d6d7cd49d96268cbed4a05f07 (diff) | |
download | vim-git-6e2e2cc95b913e33145047e0fade5193da6e4379.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |