mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-25 21:19:25 +00:00
made -t foo -c bar work in visual mode too
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
|
||||
#ifndef lint
|
||||
#ifdef DOSCCS
|
||||
static char sccsid[] = "@(#)ex_vmain.c 1.28 (gritter) 11/28/04";
|
||||
static char sccsid[] = "@(#)ex_vmain.c 1.29 (gritter) 2/17/05";
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -1033,6 +1033,10 @@ doinit:
|
||||
Pline = OPline;
|
||||
Putchar = OPutchar;
|
||||
ungetchar(d);
|
||||
if (globp && tflag < 0) {
|
||||
tflag = 0;
|
||||
goto doinit;
|
||||
}
|
||||
globp = oglobp;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user