tune 'w' command.

This commit is contained in:
Xinhao Yuan 2020-04-26 21:36:28 -04:00
parent 72835899ee
commit 7b0637a37a
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ function module.create(data)
local merged_children = {}
local start_index = 1
for i = 3, #args, 2 do
for i = 3, #args - 1, 2 do
-- find the first index that is not merged
while start_index <= #children and children[start_index] == false do
start_index = start_index + 1