Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(ui): add 'statuscolumn' option | luukvbaal | 2023-01-09 |
| | | | | | | | | Problem: Unable to customize the column next to a window ('gutter'). Solution: Add 'statuscolumn' option that follows the 'statusline' syntax, allowing to customize the status column. Also supporting the %@ click execute function label. Adds new items @C and @s which will print the fold and sign columns. Line numbers and signs can be clicked, highlighted, aligned, transformed, margined etc. | ||
* | vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992) | luukvbaal | 2022-11-08 |
| | | | | | | | | Problem: Handling 'statusline' errors is spread out. Solution: Pass the option name to the lower levels so the option can be reset there when an error is encountered. (Luuk van Baal, closes vim/vim#11467) https://github.com/vim/vim/commit/7b224fdf4a29f115567d4fc8629c1cef92d8444a | ||
* | fix(build): export symbols on Windows | Famiu Haque | 2021-10-17 |
Closes https://github.com/neovim/neovim/issues/15063 Allows using Neovim core functions using LuaJIT FFI on Windows. |