This commit is contained in:
Kovid Goyal 2018-01-08 13:07:47 +05:30
parent c6d10c6a23
commit b4cb9d7c4d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -128,6 +128,7 @@ class Window:
for x in self.child.cmdline:
if pat.search(x) is not None:
return True
return False
return False
def set_visible_in_layout(self, window_idx, val):