| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2026-03-13 | refactor: rename _ensure_integer => _assert_integer | Justin M. Keyes | 1 | |
| 2026-03-12 | refactor: integer functions, optimize asserts #34112 | Lewis Russell | 1 | |
| refactor(lua): add integer coercion helpers Add vim._tointeger() and vim._ensure_integer(), including optional base support, and switch integer-only tonumber()/assert call sites in the Lua runtime to use them. This also cleans up related integer parsing in LSP, health, loader, URI, tohtml, and Treesitter code. supported by AI | ||||
| 2024-06-04 | refactor(lua): use tuple syntax everywhere #29111 | Ilia Choly | 1 | |
| 2024-05-27 | refactor: fix luals type warnings | dundargoc | 1 | |
| 2024-05-24 | fix: change deprecation presentation | dundargoc | 1 | |
| Deprecation with vim.deprecate is currently too noisy. Show the following warning instead: [function] is deprecated. Run ":checkhealth vim.deprecated" for more information. The important part is that the full message needs to be short enough to fit in one line in order to not trigger the "Press ENTER or type command to continue" prompt. The full information and stack trace for the deprecated functions will be shown in the new healthcheck `vim.deprecated`. | ||||
