mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-30 23:29:24 +00:00
* The 'source' ex command now works if command input comes from a pipe or
regular file.
This commit is contained in:
4
ex_get.c
4
ex_get.c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user