mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Change TMUJX_VAR_RE re.compile to use raw string
This commit is contained in:
parent
833f30e88e
commit
8615e7e00c
@ -176,7 +176,7 @@ def init_tmux_environment(pl, args, set_tmux_environment=set_tmux_environment):
|
||||
' ' * powerline.renderer.strwidth(left_dividers['hard'])))
|
||||
|
||||
|
||||
TMUX_VAR_RE = re.compile('\$(_POWERLINE_\w+)')
|
||||
TMUX_VAR_RE = re.compile(r'\$(_POWERLINE_\w+)')
|
||||
|
||||
|
||||
def tmux_setup(pl, args):
|
||||
|
Loading…
x
Reference in New Issue
Block a user