Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-12-07 | 1.8 kB | |
v4.8.0 source code.tar.gz | 2024-12-07 | 110.5 kB | |
v4.8.0 source code.zip | 2024-12-07 | 148.5 kB | |
Totals: 3 Items | 260.8 kB | 0 |
4.8.0 (2024-12-06)
Features
- msg: added support for msg_show list_cmd and input_prompt kinds (21fe733)
Bug Fixes
- cmdline: dont restore cursor after render. Fixes #959 (c49a4b0)
- health: better health checks (0f5f8c9)
- lsp: support mixed encoding for lsp clients (#1004) (c6f6fb1)
- msg: add new msg_show.lua_print to default routes for messages (0e9853b)
- notify: always convert msg to string if not nil and not string (3efadda)
- nui: set max size to editor cols (d9991ca)
- router: prevent overriding current tick (e0fd746)
- ui: always queue incoming events when already processing (6c7545a)
Performance Improvements
- hacks: disable redraw hack. Should not be needed. If it breaks a plugin, then it should be fixed there. (956e3ac)