tangled
alpha
login
or
join now
robinwobin.dev
/
artio.nvim
3
fork
atom
minimal extui fuzzy finder for neovim
3
fork
atom
overview
issues
pulls
pipelines
fix(view): check if picker is closed after `:close()`
robinwobin.dev
3 months ago
8b405b7d
ae1e1af4
+2
1 changed file
expand all
collapse all
unified
split
lua
artio
view.lua
+2
lua/artio/view.lua
···
292
292
vim.cmd.redraw()
293
293
294
294
self.closed = true
295
295
+
296
296
+
self.picker:close()
295
297
end)
296
298
end
297
299