* The 'source' ex command now works if command input comes from a pipe or

regular file.
This commit is contained in:
Gunnar Ritter
2005-02-17 16:03:03 +00:00
parent 124bd15ee6
commit 50bf5781f9
4 changed files with 28 additions and 9 deletions

View File

@@ -73,7 +73,7 @@
#ifndef lint
#ifdef DOSCCS
static char sccsid[] = "@(#)ex_get.c 1.16 (gritter) 11/24/04";
static char sccsid[] = "@(#)ex_get.c 1.17 (gritter) 2/17/05";
#endif
#endif
@@ -88,7 +88,7 @@ static char sccsid[] = "@(#)ex_get.c 1.16 (gritter) 11/24/04";
* we have different flavors of routines which do/don't return such.
*/
static bool junkbs;
short lastc = '\n';
int lastc = '\n';
void
ignchar(void)