diff src/version.c @ 3093:d68f20a86a3e v7.3.318

updated for version 7.3.318 Problem: "C" on the last line deletes that line if it's blank. Solution: Only delete the last line for a delete operation. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Wed, 21 Sep 2011 17:33:53 +0200
parents 92a181a1cec3
children dc7f2f975920
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    318,
+/**/
     317,
 /**/
     316,