commit | 45d5f26d11d9aac2383453d2c1a8582cad1c8a3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 10 19:14:31 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 10 19:14:31 2017 +0200 |
tree | 50e00e566c2d391125927f4bbd274e3da4e2c416 | |
parent | 95c83c64be8d4af74bfda1f283a5bcf3f110719e [diff] |
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.
diff --git a/src/version.c b/src/version.c index e323995..a483bb7 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1092, +/**/ 1091, /**/ 1090,