diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-06-11 04:54:59 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-06-11 04:54:59 +0200 |
commit | 3551924ccd580a59190ac80e25c59b729ec4f613 (patch) | |
tree | b8bd8a7560a54603c9cb8a8eb4210685a61417d8 /lib/lexer.tes | |
parent | 174ead3baf24e419916df473096c3af9abc126ba (diff) | |
download | sciteco-3551924ccd580a59190ac80e25c59b729ec4f613.tar.gz |
fixed lexer configuration for the unnamed buffer
* The unnamed buffer must be handled separately since the "lexer.test..." macros
assume that register "*" is non-empty.
Else it will be configured for some arbitrary lexer.
* this was a regression compared to v0.6.4
Diffstat (limited to 'lib/lexer.tes')
-rw-r--r-- | lib/lexer.tes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lexer.tes b/lib/lexer.tes index 309c752..535c83c 100644 --- a/lib/lexer.tes +++ b/lib/lexer.tes @@ -12,6 +12,7 @@ :M[color.bracelight],34M[color.set] :M[color.error],35M[color.set] [_ + :Q*"= Oend ' } ! Automatically mung all the lexers and add them to "lexer.auto" ! |