Index: bin/sh/histedit.c =================================================================== --- bin/sh/histedit.c +++ bin/sh/histedit.c @@ -567,8 +567,8 @@ memchr("ve", argv[1][1], 2) != NULL) { Vflag = argv[1][1] == 'v'; Eflag = !Vflag; - histedit(); } + histedit(); INTON;