From 278c2832a13d10ae55fae567c0c9cebca80c2894 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Mon, 16 Feb 2009 09:44:01 -0800 Subject: [PATCH] Shorten line. --- test.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.erl b/test.erl index 991a27d..476cfaf 100644 --- a/test.erl +++ b/test.erl @@ -61,5 +61,5 @@ func6() -> % anatom should be highlighted as an atom, not a string "string$", anatom, % this comment should be highlighted as a comment - % following should be highlighted as a string, should indent correctly on tab + % following should be highlighted as a string, should indent on tab "some $a string". -- 2.11.4.GIT