comparison src/version.c @ 9774:5385e72e1ac2 v7.4.2162

commit https://github.com/vim/vim/commit/7522f6982197f83a5c0f6e9af07fb713934f824a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 14:12:50 2016 +0200 patch 7.4.2162 Problem: Result of getcompletion('', 'sign') depends on previous completion. Solution: Call set_context_in_sign_cmd(). (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Aug 2016 14:15:04 +0200
parents 560291211303
children 2409d7038822
comparison
equal deleted inserted replaced
9773:908a212d6d44 9774:5385e72e1ac2
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2162,
766 /**/ 768 /**/
767 2161, 769 2161,
768 /**/ 770 /**/
769 2160, 771 2160,
770 /**/ 772 /**/