comparison src/version.c @ 8320:e2021d6feeda v7.4.1452

commit https://github.com/vim/vim/commit/18b5d6df10a5f08ffebbec85a1cf2828871e3736 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 28 19:30:24 2016 +0100 patch 7.4.1452 Problem: When a callback adds a syntax item either the redraw doesn't happen right away or in the GUI the cursor is in the wrong position for a moment. (Jakson Alves de Aquino) Solution: Redraw after the callback was invoked.
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Feb 2016 19:45:04 +0100
parents 190d8084cb3a
children cff44093ddb0
comparison
equal deleted inserted replaced
8319:84a0b8e6bce6 8320:e2021d6feeda
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1452,
746 /**/ 748 /**/
747 1451, 749 1451,
748 /**/ 750 /**/
749 1450, 751 1450,
750 /**/ 752 /**/