From 6e3da17a2fae11af9ae00d9b59bd0d752022e16b Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 24 May 2025 16:24:49 +0300 Subject: has been repurposed and is the macro file inclusion (indirect file) command now * Improves DEC TECO-11 compatibility. * is still supported as a synonym, but considered deprecated and is no longer documented. A warning is printed when invoked. It can be repurposed at any time in the future. * `EI$` is not yet supported. I am unsure whether this makes any sense. --- lib/lexer.tes | 2 +- lib/lexers/woman.tes | 2 +- lib/session.tes | Bin 3180 -> 3180 bytes 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/lexer.tes b/lib/lexer.tes index 2969184..4e3e1b5 100644 --- a/lib/lexer.tes +++ b/lib/lexer.tes @@ -29,7 +29,7 @@ [_ 1ENQ[$SCITECOPATH]/lexers/*.tes ]_ J <:L;R 0X.[filename] 4R .U.p <-A-^^/"= 1; ':R;> .,Q.pX.[name] - EMQ.[filename] + EIQ.[filename] :@EU[lexer.auto]{ :M[lexer.test.Q.[name]]"S :M[lexer.set.Q.[name]] ]_ ' } diff --git a/lib/lexers/woman.tes b/lib/lexers/woman.tes index 6265e60..01b19d5 100644 --- a/lib/lexers/woman.tes +++ b/lib/lexers/woman.tes @@ -22,5 +22,5 @@ 10,1#4ESSETYCARETPOLICY 0EJ-1"> 32ESSTYLESETFONTQ[lexer.woman.font] :M[color.init] ' - 1:EN*Q*.tec"S EMQ*.tec ' + 1:EN*Q*.tec"S EIQ*.tec ' } diff --git a/lib/session.tes b/lib/session.tes index 3048e9e..845db25 100644 Binary files a/lib/session.tes and b/lib/session.tes differ -- cgit v1.2.3