comparison src/eval.c @ 2935:bf283e37792b v7.3.240

updated for version 7.3.240 Problem: External commands can't use pipes on MS-Windows. Solution: Implement pipes and use them when 'shelltemp' isn't set. (Vincent Berthoux)
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Jul 2011 16:20:52 +0200
parents 69e0783ed0ef
children 512ddd87f1a8
comparison
equal deleted inserted replaced
2934:ba9df996e47c 2935:bf283e37792b
11929 "farsi", 11929 "farsi",
11930 #endif 11930 #endif
11931 #ifdef FEAT_SEARCHPATH 11931 #ifdef FEAT_SEARCHPATH
11932 "file_in_path", 11932 "file_in_path",
11933 #endif 11933 #endif
11934 #if defined(UNIX) && !defined(USE_SYSTEM) 11934 #if (defined(UNIX) && !defined(USE_SYSTEM)) || defined(WIN3264)
11935 "filterpipe", 11935 "filterpipe",
11936 #endif 11936 #endif
11937 #ifdef FEAT_FIND_ID 11937 #ifdef FEAT_FIND_ID
11938 "find_in_path", 11938 "find_in_path",
11939 #endif 11939 #endif