diff src/version.c @ 3490:8101253704f6 v7.3.509

updated for version 7.3.509 Problem: ":vimgrep" fails when 'autochdir' is set. Solution: A more generic solution for changing directory. (Ben Fritz)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Apr 2012 18:57:21 +0200
parents 2722f11ddc99
children 53786601213c
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 */
 /**/
+    509,
+/**/
     508,
 /**/
     507,