Merge commit 'HEAD@{1}' into develop
This commit is contained in:
commit
d9790cc1ae
|
@ -89,6 +89,7 @@ def source_tmux_files(pl, args, tmux_version=None, source_tmux_file=source_tmux_
|
||||||
class EmptyArgs(object):
|
class EmptyArgs(object):
|
||||||
def __init__(self, ext, config_path):
|
def __init__(self, ext, config_path):
|
||||||
self.ext = [ext]
|
self.ext = [ext]
|
||||||
|
self.side = 'left'
|
||||||
self.config_path = None
|
self.config_path = None
|
||||||
|
|
||||||
def __getattr__(self, attr):
|
def __getattr__(self, attr):
|
||||||
|
|
Loading…
Reference in New Issue