commit | 3198870137df64214317151726648af8e56f1729 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 12:57:42 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 12:57:42 2018 +0100 |
tree | 3289a72b287693be57b6484ba463176c96ecb377 | |
parent | b48e96f61c87a64e38e3ac50732c92a84a4833b8 [diff] [blame] |
patch 8.0.1511: some code for the debugger watch expression is clumsy Problem: Some code for the debugger watch expression is clumsy. Solution: Clean up the code.
diff --git a/src/version.c b/src/version.c index 7028ad3..a9643ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1511, +/**/ 1510, /**/ 1509,