comparison src/version.c @ 11465:7cbcba782c4e v8.0.0616

patch 8.0.0616: not always setting 'background' correctly after :hi Normal commit https://github.com/vim/vim/commit/1615b36b91b094263240d7b555283ddf33208f62 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 4 21:06:09 2017 +0200 patch 8.0.0616: not always setting 'background' correctly after :hi Normal Problem: When setting the cterm background with ":hi Normal" the value of 'background' may be set wrongly. Solution: Check that the color is less than 16. Don't set 'background' when it was set explicitly. (Lemonboy, closes #1710)
author Christian Brabandt <cb@256bit.org>
date Sun, 04 Jun 2017 21:15:03 +0200
parents 6fff8b86e9bd
children 9ca1c9997863
comparison
equal deleted inserted replaced
11464:8935d8847188 11465:7cbcba782c4e
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 616,
767 /**/ 769 /**/
768 615, 770 615,
769 /**/ 771 /**/
770 614, 772 614,
771 /**/ 773 /**/