freebsd-ports/vietnamese/vnelvis/files/patch-11
David E. O'Brien b93ba8e95c VNElvis is a clone of vi/ex (the standard UNIX editor) that allows the
displaying and editing of documents in the Vietnamese 8-bit VISCII (VIetnamese
Standard Code for Information Interchange) data format using the 7-bit VIQR
(VIetnamese Quoted Readable) input method.
1996-12-06 12:37:38 +00:00

12 lines
262 B
Text

--- cmd1.c.orig Wed Dec 5 08:50:48 1990
+++ cmd1.c Thu Dec 5 00:21:11 1996
@@ -908,6 +908,9 @@
#else
msg("%s (%s)", VERSION, DATE);
#endif
+#ifdef VNVERSION
+ msg("%s", VNVERSION);
+#endif
#ifdef COMPILED_BY
msg("Compiled by %s", COMPILED_BY);
#endif