commit | 68a33fc7042106e7a1c4ddd9797b158d34905af9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 25 16:50:48 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 25 16:50:48 2012 +0200 |
tree | b295393010cc98d78e994e4d38e1539546812c9c | |
parent | 720ce53af0a1bf433bef91521771de77de6d8077 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3126205..7aff254 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 505, +/**/ 504, /**/ 503,