nvim-hs v2.1.0.0 Release Notes
Release Date: 2019-04-18 // over 5 years ago-
- 🔀 Autocommands now take an additional parameter of type
Synchronous
, allowing them to execute synchronous (previously hardcoded asAsync
). In order to adapt to this, change$(autocmd 'handler) opts
to$(autocmd 'handler) Async opts
.
- 🔀 Autocommands now take an additional parameter of type