Files
neovim/runtime/lua
Gregory Anders 48251134ee perf: add fast path to vim.validate (#28977)
For many small/simple functions (like those found in shared.lua), the
runtime of vim.validate can far exceed the runtime of the function
itself. Add an "overload" to vim.validate that uses a simple assertion
pattern, rather than parsing a full "validation spec".
2024-05-27 08:08:23 -05:00
..
2023-09-10 11:43:37 +02:00
2024-05-15 07:18:33 +08:00