[comp.lang.misc] More

desj@brahms (David desJardins) (11/11/86)

In article <207@druil.UUCP> lat@druil.UUCP (TepperL) writes:
>There's an easy way around this.  I've even used it before:
>
> 	(void) printf("junkjunkjunk{trashtrashtrash\n");
>	/* This } matches the one in the printf above.  Vi is happy. */

   There's an even easier way of avoiding this problem:

% su
# rm -f `which vi`
# exit
[ Now get an editor that works. ]

   -- David desJardins