t/22-split: Bugfix: don’t declare old_count twice (Thanks Lourens)
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user