commit | 6dccc962f3d019f94656e77309aa00af7bffa4c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 23 14:36:17 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 23 14:36:17 2018 +0200 |
tree | 2a18ce27173e7748ed0222d7aadca3e7ef23f6b2 | |
parent | 3c867daaf09e8ac6ce4b9d43d6fbbfdd7689702d [diff] [blame] |
patch 8.1.0100: terminal debugger: error when setting a watch point Problem: Terminal debugger: error when setting a watch point. Solution: Don't try defining a sign for a watch point.
diff --git a/src/version.c b/src/version.c index 23b7246..ba3f848 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 100, +/**/ 99, /**/ 98,