comparison src/version.c @ 12202:4e0f699582cf v8.0.0981

patch 8.0.0981: cursor in terminal window blinks by default commit https://github.com/vim/vim/commit/0cbba82359ff9f061aa65632cec7b6b57ae6d6e7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 21 21:39:28 2017 +0200 patch 8.0.0981: cursor in terminal window blinks by default Problem: Cursor in terminal window blinks by default, while in a real xterm it does not blink, unless the -bc argument is used. Solution: Do not use a blinking cursor by default.
author Christian Brabandt <cb@256bit.org>
date Mon, 21 Aug 2017 21:45:04 +0200
parents 52eea5b73b2a
children b49b03085f39
comparison
equal deleted inserted replaced
12201:62bfec550bc1 12202:4e0f699582cf
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 981,
772 /**/ 774 /**/
773 980, 775 980,
774 /**/ 776 /**/
775 979, 777 979,
776 /**/ 778 /**/