commit | 32c67ba733abcd4f2d729595fdccb2295445636a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 16 16:21:49 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 16 16:21:49 2018 +0200 |
tree | a891e193961f611322ecdd72a53ee67a08c4316e | |
parent | 06965b838f3677251668dca726b07c5ad2499341 [diff] |
patch 8.0.1725: terminal debugger doesn't handle command arguments Problem: Terminal debugger doesn't handle command arguments. Solution: Add the :TermdebugCommand command. Use a ! to execute right away. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index f81bcfa..f3143fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1725, +/**/ 1724, /**/ 1723,