diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-06-18 20:05:30 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-06-18 20:05:30 +0300 |
commit | b65c64a200dac8194dacc90ae2150b683f64cd8a (patch) | |
tree | d67bbb41904fb2c05e335bdc2e13901a0a2200d0 | |
parent | 493504f12f79990dae7791efa27366b560151f2c (diff) | |
download | sciteco-b65c64a200dac8194dacc90ae2150b683f64cd8a.tar.gz |
.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.
-rw-r--r-- | sample.teco_ini | 1 |
1 files changed, 1 insertions, 0 deletions
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] |