commit | 049ca59236d5a981f23cf5dfe40f54536fe7cad2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 17 16:59:44 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 17 16:59:44 2019 +0100 |
tree | d7541bae6a310ef70baa1ed3941e4e88d66e71f7 | |
parent | 647e24ba3dbf7ff448aa471b1a659a18267ae056 [diff] [blame] |
patch 8.1.1016: MS-Windows: No color in shell when using "!" in 'guioptions Problem: MS-Windows: No color in shell when using "!" in 'guioptions. Solution: Don't stop termcap when using a terminal window for the shell. (vim-jp, closes #4117)
diff --git a/src/version.c b/src/version.c index 265ca22..ff3628a 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1016, +/**/ 1015, /**/ 1014,