Version 0.5.0
- Update all tests to use new 'mini.test' module.
- FEATURE: Implement buffer local configuration. This is done with
vim.b.mini*_configbuffer variables. - Add new
minicyancolor scheme.
mini.ai
Introduction of new module.
mini.comment
- FEATURE: Now hooks can be used to terminate further actions by returning
false(#108).
mini.indentscope
- BREAKING: Soft deprecate
vim.b.miniindentscope_optionsin favor of usingoptionsfield ofminiindentscope_config.
mini.sessions
- FEATURE: Hooks are now called with active session data as argument.
mini.starter
- FEATURE: Now it is possible to open multiple Starter buffers at the same time (#82). This comes with several changes which won't affect most users:
- BREAKING:
MiniStarter.contentis deprecated. UseMiniStarter.get_content(). - All functions dealing with Starter buffer now have
buf_idas argument (no breaking behavior).
- BREAKING:
mini.statusline
- FEATURE: Implement
config.use_iconswhich controls whether to use icons by default.
mini.test
Introduction of new module.
mini.trailspace
- FEATURE: Implement
MiniTrailspace.trim_last_lines().