mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-01-24 02:10:19 +00:00
Update ex_vops2.c
fix rpm build
This commit is contained in:
committed by
GitHub
parent
297a2b4a52
commit
4f22260ee2
@@ -211,7 +211,7 @@ showmode(int mode)
|
||||
if (value(TERSE))
|
||||
putchar(str[0]);
|
||||
else
|
||||
printf(&str[1]);
|
||||
printf("%s",&str[1]);
|
||||
vgoto(sdl, sdc);
|
||||
cursor = ocurs;
|
||||
splitw = 0;
|
||||
|
||||
Reference in New Issue
Block a user