comparison src/version.c @ 8224:2baf64fead5e v7.4.1405

commit https://github.com/vim/vim/commit/8aefbe0ad5d05ee7225b20024b0f3023286ebd0f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 23 20:13:16 2016 +0100 patch 7.4.1405 Problem: Completion menu flickers. Solution: Delay showing the popup menu. (Shougo, Justin M. Keyes, closes https://github.com/vim/vim/issues/656)
author Christian Brabandt <cb@256bit.org>
date Tue, 23 Feb 2016 20:15:04 +0100
parents 4f0677020a43
children cb0edf7bd0a4
comparison
equal deleted inserted replaced
8223:71b4e24722b0 8224:2baf64fead5e
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1405,
751 /**/ 753 /**/
752 1404, 754 1404,
753 /**/ 755 /**/
754 1403, 756 1403,
755 /**/ 757 /**/