comparison src/version.c @ 2714:464da5b48d27 v7.3.130

updated for version 7.3.130 Problem: Variable misplaced in #ifdef. Solution: Move clipboard_event_time outside of #ifdef.
author Bram Moolenaar <bram@vim.org>
date Fri, 25 Feb 2011 15:15:50 +0100
parents d20d37ef86c8
children f38283ce871c
comparison
equal deleted inserted replaced
2713:d20d37ef86c8 2714:464da5b48d27
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 130,
717 /**/ 719 /**/
718 129, 720 129,
719 /**/ 721 /**/
720 128, 722 128,
721 /**/ 723 /**/