comparison src/version.c @ 15048:73f59cd01ba7 v8.1.0535

patch 8.1.0535: increment/decrement might get interrupted by updating folds commit https://github.com/vim/vim/commit/6b731886ca94d66b9bdedfb7e603af44a6400399 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 16 20:54:47 2018 +0100 patch 8.1.0535: increment/decrement might get interrupted by updating folds Problem: Increment/decrement might get interrupted by updating folds. Solution: Disable fold updating for a moment. (Christian Brabandt, closes #3599)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Nov 2018 21:00:06 +0100
parents c1be7c8bb602
children c7628d6bc0dc
comparison
equal deleted inserted replaced
15047:63e1c9a38553 15048:73f59cd01ba7
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 535,
795 /**/ 797 /**/
796 534, 798 534,
797 /**/ 799 /**/
798 533, 800 533,
799 /**/ 801 /**/