vim-patch:91359014b359

Update runtime files.
91359014b3
This commit is contained in:
Jan Edmund Lazo
2021-04-24 18:13:46 -04:00
parent 348f72524d
commit b918d99a61
5 changed files with 55 additions and 40 deletions

View File

@@ -292,7 +292,7 @@ func s:StartDebug_term(dict)
sleep 10m
endwhile
" Interpret commands while the target is running. This should usualy only be
" Interpret commands while the target is running. This should usually only be
" exec-interrupt, since many commands don't work properly while the target is
" running.
call s:SendCommand('-gdb-set mi-async on')
@@ -348,7 +348,7 @@ func s:StartDebug_prompt(dict)
return
endif
" Interpret commands while the target is running. This should usualy only
" Interpret commands while the target is running. This should usually only
" be exec-interrupt, since many commands don't work properly while the
" target is running.
call s:SendCommand('-gdb-set mi-async on')