summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-10 19:14:31 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-10 19:14:31 +0200
commit45d5f26d11d9aac2383453d2c1a8582cad1c8a3d (patch)
tree50e00e566c2d391125927f4bbd274e3da4e2c416 /src
parent95c83c64be8d4af74bfda1f283a5bcf3f110719e (diff)
downloadvim-45d5f26d11d9aac2383453d2c1a8582cad1c8a3d.zip
patch 8.0.1092: terminal debugger can't evaluate expressions
Problem: Terminal debugger can't evaluate expressions. Solution: Add :Evaluate and K. Various other improvements.
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 e3239953a..a483bb7d6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1092,
+/**/
1091,
/**/
1090,