summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-07-07 16:20:52 +0200
committerBram Moolenaar <Bram@vim.org>2011-07-07 16:20:52 +0200
commit4b9669f1dc0b1f30a378624810ca144b9ca49a8e (patch)
tree0ece3d6ce68a283ebb37ccf0334a8a37c510e53c /src/ui.c
parent03a807aaf45e5f85a10cd3b0c4e4913d170f8f5a (diff)
downloadvim-git-4b9669f1dc0b1f30a378624810ca144b9ca49a8e.tar.gz
updated for version 7.3.240v7.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)
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 82d83d3af..3b0ae7248 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -58,7 +58,7 @@ ui_write(s, len)
#endif
}
-#if defined(UNIX) || defined(VMS) || defined(PROTO)
+#if defined(UNIX) || defined(VMS) || defined(PROTO) || defined(WIN3264)
/*
* When executing an external program, there may be some typed characters that
* are not consumed by it. Give them back to ui_inchar() and they are stored