Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. |