fix: fix engine lists remove
This commit is contained in:
parent
85fdf7f58d
commit
0dca4c2007
@ -322,7 +322,7 @@ local function online_query(win, word)
|
|||||||
local s = '%s %s'
|
local s = '%s %s'
|
||||||
local width, height = hover.width, hover.height
|
local width, height = hover.width, hover.height
|
||||||
local function waitting_result(this, times)
|
local function waitting_result(this, times)
|
||||||
for i = 1, size do
|
for i = size, 1, -1 do
|
||||||
local res = lists[i][1]
|
local res = lists[i][1]
|
||||||
if res then
|
if res then
|
||||||
buffer:wipe()
|
buffer:wipe()
|
||||||
|
@ -49,7 +49,7 @@ function window:set_width(width)
|
|||||||
end
|
end
|
||||||
|
|
||||||
---Expand window [width | height] value
|
---Expand window [width | height] value
|
||||||
---@param opts table 窗口的配置
|
---@param opts table
|
||||||
---|'field'string [width | height]
|
---|'field'string [width | height]
|
||||||
---|'target'integer
|
---|'target'integer
|
||||||
---@return function
|
---@return function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user