Not sure if this is the most correct fix, but it's working for me.  ;)

--C:\Program Files\Leo-4.8\leo\modes\plain.py
 # Rules dict for plain_main ruleset.
 if 1:
     def plain_rule0(colorer, s, i):
         # print('plain_rule0',s[i:i+10])
-        return colorer.match_line(s,i,kind="null",delegate="")
+        return colorer.match_eol_span(s,i,kind="null",delegate="")

Hope this helps.

~Ethan~

--
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to