vim-patch:8.1.0166: using dict_add_nr_str() is clumsy

Problem:    Using dict_add_nr_str() is clumsy.
Solution:   Split into two functions. (Ozaki Kiichi, closes vim/vim#3154)
e0be167a80
This commit is contained in:
Jan Edmund Lazo
2019-06-22 04:30:48 -04:00
parent ff244a1309
commit 98801ec7ae
2 changed files with 3 additions and 6 deletions

View File

@@ -611,7 +611,7 @@ static int dbg_parsearg(char_u *arg, garray_T *gap)
return OK;
}
/// ":breakadd".
/// ":breakadd". Also used for ":profile".
void ex_breakadd(exarg_T *eap)
{
struct debuggy *bp;