What's Changed
- ci: add LuaLS type-check (advisory) by @dlyongemallo in #143
- feat(actions): add
forceopt torefresh_filesto reload stage buffers by @dlyongemallo in #145 - fix(commands): drop unread bang declarations from focus/toggle/log by @dlyongemallo in #147
- feat(commands): wire
:DiffviewRefresh!to force-reload stage buffers by @dlyongemallo in #146 - chore(types): clear LuaLS source diagnostics by @dlyongemallo in #148
- ci(type-check): require the source gate by @dlyongemallo in #149
- chore(types): drop LuaLS blanket disables, fix remaining hidden diagnostics by @dlyongemallo in #150
- feat(inline): add
view.inline.deletion_highlightoption by @dlyongemallo in #144 - fix(close): warn on unsaved stage edits, force via
:DiffviewClose!by @dlyongemallo in #151 - fix(inline): tokenize at subword boundaries to prevent char-level noise by @dlyongemallo in #153
- fix(inline): size
full_widthdeletion padding to the displayed window by @dlyongemallo in #154 - feat(inline): layer tree-sitter highlights over deleted virt_lines by @dlyongemallo in #155
- fix(inline): scope
diff1_inlinehighlights to the diffview window by @dlyongemallo in #157
Full Changelog: v0.31...v0.32