mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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)
This commit is contained in:
2
src/ui.c
2
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
|
||||
|
Reference in New Issue
Block a user