diff --git a/clicol/cm_cisco.py b/clicol/cm_cisco.py index ac8f200..cb3368a 100755 --- a/clicol/cm_cisco.py +++ b/clicol/cm_cisco.py @@ -10,7 +10,7 @@ def init(ct): DEBUG=True #Beginning of line. Can be empty or more and/or couple of backspaces. - BOL=r"(^(?: ?? ?)(?:[\b ]+)|^)" + BOL=r"(^(?: ?? ?)?(?:[\b ]+)|^)" #Beginning of a string. Can be empty or default color. BOS=string.replace("(?:"+ct['default']+r'|\b)',r'[',r'\[');