test
This commit is contained in:
parent
f7b76cd1a7
commit
ace78a7df8
@ -48,6 +48,11 @@ end
|
||||
local function first_win_id()
|
||||
local selectable = usable_win_ids()
|
||||
if #selectable > 0 then
|
||||
print("Select")
|
||||
vim.notify("Select")
|
||||
local strin = vim.inspect(selectable)
|
||||
vim.notify(strin)
|
||||
print(selectable)
|
||||
return selectable[1]
|
||||
else
|
||||
return -1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user