weinshec/vim-dictcc

Unintuitive behavior in existing window

Closed this issue · 2 comments

xeruf commented

When calling :Dict and calling it again without closing the buffer in between, it clears the buffer, spits out a warning and creates a new one:

W10: Warning: Changing a readonly file

I use neovim in case that makes a difference.

This can end up like this after 4 invocations:
image

Should be fixed with PR #4.

Fixed with #4 and #5
(Thx @IngoMeyer441)