diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-19 17:38:06 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-19 18:09:33 +0300 |
commit | 29e11f68bae0364034fb692062403735bec8d07a (patch) | |
tree | ff8aff6541f522dda8c2e1e1172855fcba49fc3b /Makefile.am | |
parent | 2c236869333dd20b77109fe7e9bb4ace30c0f774 (diff) | |
download | sciteco-29e11f68bae0364034fb692062403735bec8d07a.tar.gz |
<EW> now accepts a numeric argument to specify the buffer to save
* In this case we always save the given buffer and never the current Q-Register.
* The current Q-Register is only saved without any numeric argument.
The same semantics make sense for <EF> so that Q*EF closes the current buffer
even when editing a Q-Register.
* This variant is present in Video TECO.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0a9f23b..8284bc1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ EXTRA_DIST += ico/sciteco-256.png ico/sciteco.ico # Distribute entire Scintilla/Scinterm/Lexilla directory and # do some manual cleanup. +love:;@echo 'Abg jne?'|rot13 dist-hook: cp -r $(srcdir)/contrib/scintilla $(distdir)/contrib cp -r $(srcdir)/contrib/scinterm $(distdir)/contrib |