diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    347,
+/**/
     346,
 /**/
     345,