mirror of
https://github.com/neovim/neovim.git
synced 2026-02-18 17:38:32 +00:00
Merge pull request #18554 from kevinhwang91/perf-timerstart
perf(_editor): no need to stop inside vim.defer_fn
This commit is contained in:
@@ -406,7 +406,6 @@ function vim.defer_fn(fn, timeout)
|
||||
timeout,
|
||||
0,
|
||||
vim.schedule_wrap(function()
|
||||
timer:stop()
|
||||
timer:close()
|
||||
|
||||
fn()
|
||||
|
||||
Reference in New Issue
Block a user