0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.2992: Vim9: completion for :disassemble is incomplete

Problem:    Vim9: completion for :disassemble is incomplete.
Solution:   Recognize the "debug" and "profile" arguments.
This commit is contained in:
Bram Moolenaar
2021-06-13 18:38:48 +02:00
parent e70e12b32f
commit 4ee9d8e04d
6 changed files with 53 additions and 1 deletions

View File

@@ -777,6 +777,7 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
#define EXPAND_MAPCLEAR 47
#define EXPAND_ARGLIST 48
#define EXPAND_DIFF_BUFFERS 49
#define EXPAND_DISASSEMBLE 50
// Values for exmode_active (0 is no exmode)
#define EXMODE_NORMAL 1