comparison src/version.c @ 12174:c314cd883fcc v8.0.0967

patch 8.0.0967: using a terminal may cause the cursor to blink commit https://github.com/vim/vim/commit/93c92eff26cbf6b1f1a81891ebaf53ee3fb86d51 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 21:11:57 2017 +0200 patch 8.0.0967: using a terminal may cause the cursor to blink Problem: Using a terminal may cause the cursor to blink. Solution: Do not set t_vs, since we cannot restore the old blink state.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 21:15:04 +0200
parents 444793fce117
children 782a06ba2187
comparison
equal deleted inserted replaced
12173:d20785cc7955 12174:c314cd883fcc
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 967,
772 /**/ 774 /**/
773 966, 775 966,
774 /**/ 776 /**/
775 965, 777 965,
776 /**/ 778 /**/