commit | 35bc7d6c52f516b60d683bf9f0f57266d86e25b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 02 14:45:10 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 02 14:45:10 2018 +0200 |
tree | 65626a9c0ed7f4562d1168aeb25b7f31d0a64963 | |
parent | 54ade9f7e3b5cfd582aee03591a2b0884b9a96ab [diff] [blame] |
patch 8.1.0445: setting 'term' does not store location for termcap options Problem: Setting 'term' does not store location for termcap options. Solution: Set the script context for termcap options that are changed when 'term' is set.
diff --git a/src/version.c b/src/version.c index e7ce604..f4a4637 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 445, +/**/ 444, /**/ 443,