diff src/version.c @ 3855:1cc37b8cfaa1 v7.3.684

updated for version 7.3.684 Problem: "make test" does not delete lua.vim. Solution: Add lua.vim to the clean target. (Simon Ruderich)
author Bram Moolenaar <bram@vim.org>
date Sat, 06 Oct 2012 19:10:35 +0200
parents 0f5ee2629635
children 34aa94a421b7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    684,
+/**/
     683,
 /**/
     682,