commit | f07f9e731eb97bbdbd1b0b3983750589e4f557a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 17:27:53 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 17:27:53 2018 +0200 |
tree | d74b1f727816f1767bd728df1af715ac58e85cff | |
parent | de1a83147a28d3db8f9fca415ffc8fa04218eac2 [diff] [blame] |
patch 8.1.0081: the terminal debugger doesn't adjust to changed 'background' Problem: The terminal debugger doesn't adjust to changed 'background'. Solution: Add an OptionSet autocommand. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index ebcc4ef..39b317f 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 81, +/**/ 80, /**/ 79,