comparison src/version.c @ 3154:72528c5eb87e v7.3.347

updated for version 7.3.347 Problem: When dropping text from a browser on Vim it receives HTML even though "html" is excluded from 'clipboard'. (Andrei Avk) Solution: Fix the condition for TARGET_HTML.
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Oct 2011 11:36:25 +0200
parents af76a61a7f79
children 4d4a328f199e
comparison
equal deleted inserted replaced
3153:37ecb8ff4560 3154:72528c5eb87e
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 347,
717 /**/ 719 /**/
718 346, 720 346,
719 /**/ 721 /**/
720 345, 722 345,
721 /**/ 723 /**/