forked from aniani/vim
patch 8.0.0751: OpenPTY missing with some combination of features
Problem: OpenPTY missing with some combination of features. (Kazunobu Kuriyama) Solution: Adjust #ifdef. Also include pty.pro when needed.
This commit is contained in:
@@ -6050,6 +6050,9 @@ moreenv(void)
|
||||
}
|
||||
|
||||
# ifdef USE_VIMPTY_GETENV
|
||||
/*
|
||||
* Used for mch_getenv() for Mac.
|
||||
*/
|
||||
char_u *
|
||||
vimpty_getenv(const char_u *string)
|
||||
{
|
||||
|
Reference in New Issue
Block a user