comparison src/version.c @ 17827:6de5558c5242 v8.1.1910

patch 8.1.1910: redrawing too much when toggling 'relativenumber' Commit: https://github.com/vim/vim/commit/448262176b382c63bd2faa9a1354670a4eede36b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 22 21:23:20 2019 +0200 patch 8.1.1910: redrawing too much when toggling 'relativenumber' Problem: Redrawing too much when toggling 'relativenumber'. Solution: Only clear when 'signcolumn' is set to "number". (Yegappan Lakshmanan, closes #4852)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Aug 2019 21:30:03 +0200
parents ce993ba17adb
children 1090d6637cfd
comparison
equal deleted inserted replaced
17826:f2a1c7de4d14 17827:6de5558c5242
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1910,
764 /**/ 766 /**/
765 1909, 767 1909,
766 /**/ 768 /**/
767 1908, 769 1908,
768 /**/ 770 /**/