Fixed
- Table widget duplication with third-party decoration plugins — the embedded/cursor-aware table widget could show duplicated table content when another plugin (e.g., aDHL — Another Dynamic Highlights) applied
Decoration.markranges over the same document region covered by the table'sDecoration.replaceblock widget. CM6's decoration merging resolved the conflicting mark and replace decorations at default precedence, allowing raw table text to leak through alongside the rendered widget during re-entrant view updates. Fixed by wrapping thetableRenderFieldStateField inPrec.high(), ensuring the replace decoration takes precedence over default-priority mark decorations from other plugins. (#55)- Plugin:
src/vim/table-render-widget.ts(Prec.high()wrap ontableRenderField)
- Plugin:
Full Changelog: 0.50.0...0.50.1