From bae8cd712c167522a95a093296453a54dde4a524 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 25 May 2015 22:02:31 +0200 Subject: extended command and used it to optimize "lexer.test..." macros * EN may now be used for matching file names (similar to fnmatch(3)). This is used to check the current buffers file extension in the lexer configuration macros instead of using expensive Q-Register manipulations. This halves the overall startup time - it is now acceptable even with the current amount of lexer configurations. * EN may now be used for checking file types. session.tes has been simplified. * BREAKS macro portability (EN now has 2 string arguments). * The Globber class has been extended to allow filtering of glob results by file type. --- doc/sciteco.7.template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index a9bc944..cdd2bb7 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -973,10 +973,12 @@ global registers: .TP 2 .BR _ " (underscore)" Search string and search condition register. +Also used by the globbing command \fBEN\fP, so it is also +the glob string and condition register. .TP .BR - " (minus)" Replacement string register. -Its integer part is unused. +Its integer part is currently unused. .TP .BR * " (asterisk)" File name (string part) and id (numeric part) of current -- cgit v1.2.3