diff src/version.c @ 3482:fe7bf24804e1 v7.3.505

updated for version 7.3.505 Problem: Test 11 fails on MS-Windows in some versions. Solution: Fix #ifdefs for whether filtering through a pipe is possible. Move setting b_no_eol_lnum back to where it was before patch 7.3.124. (David Pope)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Apr 2012 16:50:48 +0200
parents 17bfcb054cb7
children 982f84487daf
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 */
 /**/
+    505,
+/**/
     504,
 /**/
     503,