diff src/version.c @ 3480:17bfcb054cb7 v7.3.504

updated for version 7.3.504 Problem: Commands in help files are not highlighted. Solution: Allow for commands in backticks. Adjust CTRL-] to remove the backticks.
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Apr 2012 12:57:28 +0200
parents 65d036fd449e
children fe7bf24804e1
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 */
 /**/
+    504,
+/**/
     503,
 /**/
     502,