neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 8a39032fddff364693f8f59db67e50988dfae225
parent f49699737c9b24e1af52719974cf3bc770539ef9
Author: bfredl <bjorn.linse@gmail.com>
Date:   Tue, 17 May 2022 18:59:48 +0200

Merge pull request #18554 from kevinhwang91/perf-timerstart

perf(_editor): no need to stop inside vim.defer_fn
Diffstat:
Mruntime/lua/vim/_editor.lua | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/runtime/lua/vim/_editor.lua b/runtime/lua/vim/_editor.lua @@ -406,7 +406,6 @@ function vim.defer_fn(fn, timeout) timeout, 0, vim.schedule_wrap(function() - timer:stop() timer:close() fn()