From b65c64a200dac8194dacc90ae2150b683f64cd8a Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 18 Jun 2023 20:05:30 +0300 Subject: .teco_ini: don't set up any margins or indention settings on the unnamed buffer * The lexer.test.* macros don't work on the unnamed buffer, so any per-language indention settings etc. could be accidentally applied to the unnamed buffer. --- sample.teco_ini | 1 + 1 file changed, 1 insertion(+) diff --git a/sample.teco_ini b/sample.teco_ini index 9bbefed..95e56a6 100644 --- a/sample.teco_ini +++ b/sample.teco_ini @@ -13,6 +13,7 @@ EMQ[$SCITECOPATH]/session.tes Oadd,edit,close,quit !add! ! Add code here to execute when a document is added ! + :Q*+1Oedit 32,0ED M[lexer.auto] -- cgit v1.2.3