summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-16 16:21:49 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-16 16:21:49 +0200
commit32c67ba733abcd4f2d729595fdccb2295445636a (patch)
treea891e193961f611322ecdd72a53ee67a08c4316e /src
parent06965b838f3677251668dca726b07c5ad2499341 (diff)
patch 8.0.1725: terminal debugger doesn't handle command argumentsv8.0.1725
Problem: Terminal debugger doesn't handle command arguments. Solution: Add the :TermdebugCommand command. Use a ! to execute right away. (Christian Brabandt)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index f81bcfab94..f3143fe97b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1725,
+/**/
1724,
/**/
1723,