comparison src/eval.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 b067b8b81be9
children 2722f11ddc99
comparison
equal deleted inserted replaced
3481:68f90c98dc33 3482:fe7bf24804e1
12088 "farsi", 12088 "farsi",
12089 #endif 12089 #endif
12090 #ifdef FEAT_SEARCHPATH 12090 #ifdef FEAT_SEARCHPATH
12091 "file_in_path", 12091 "file_in_path",
12092 #endif 12092 #endif
12093 #if (defined(UNIX) && !defined(USE_SYSTEM)) || defined(WIN3264) 12093 #ifdef FEAT_FILTERPIPE
12094 "filterpipe", 12094 "filterpipe",
12095 #endif 12095 #endif
12096 #ifdef FEAT_FIND_ID 12096 #ifdef FEAT_FIND_ID
12097 "find_in_path", 12097 "find_in_path",
12098 #endif 12098 #endif