Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(lua): use tuple syntax everywhere #29111 | Ilia Choly | 2024-06-04 |
| | |||
* | refactor: fix luals type warnings | dundargoc | 2024-05-27 |
| | |||
* | fix: change deprecation presentation | dundargoc | 2024-05-24 |
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`. |