1
0
forked from aniani/vim

updated for version 7.0030

This commit is contained in:
Bram Moolenaar
2005-01-04 21:19:20 +00:00
parent 2317284d1b
commit c83c455ee7
3 changed files with 1 additions and 43 deletions

View File

@@ -192,15 +192,6 @@ beos_select(int nbits,
}
#endif
#if FEAT_GUI_BEOS
/*
* If not reading from terminal, pretend there is input.
* This makes the pty reading (for the GUI) "work" for
* :!ls but not for :r !ls ... weird.
*/
if (gui.in_use && State == EXTERNCMD)
return 1;
#endif
return 0;
}