t/22-split: Bugfix: don’t declare old_count twice (Thanks Lourens)
This commit is contained in:
parent
c780f5dd0b
commit
27ffe9eae1
|
@ -85,7 +85,7 @@ my $old_count = sum_nodes(\@content);
|
||||||
$i3->command('split v')->recv;
|
$i3->command('split v')->recv;
|
||||||
|
|
||||||
@content = @{get_ws_content($tmp)};
|
@content = @{get_ws_content($tmp)};
|
||||||
my $old_count = sum_nodes(\@content);
|
$old_count = sum_nodes(\@content);
|
||||||
|
|
||||||
$i3->command('split v')->recv;
|
$i3->command('split v')->recv;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue