fix(ci): undefined global
This commit is contained in:
parent
7d3d1487b4
commit
dbe445c279
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ function M.restore_layout(state, tile_fn)
|
|||
if tile_fn then
|
||||
tile_fn(source_buf, input_buf, output_buf)
|
||||
else
|
||||
default_tile(source_buf, input_buf, output_buf)
|
||||
M.default_tile(source_buf, input_buf, output_buf)
|
||||
end
|
||||
else
|
||||
vim.cmd(state.layout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue