Christian Brabandt
Christian Brabandt
Hm, what Version of ZoomWin are you using? It seems to work for me, but the highlighting does not seem to be restored. Also doing a :w in the narrowed...
I think so. I think you need to use `:NRNoSyncOnWrite` to make it write like an ordinary buffer. See the help: https://github.com/chrisbra/NrrwRgn/blob/e027db9d94f94947153cd7b5ac9abd04371ab2b0/doc/NarrowRegion.txt#L130-L137
Sorry, I am not planning to make this change.
not currently unfortunately
Hm, I think this should work, not hundert percent sure, however. I'll need to check this.
Have you tried to use `:hide` instead of closing the buffers? How exactly did you close the buffers?
ah, now I understand the problem. Yes that is intentionally, because otherwise the plugin wouldn't know how to write back the content. It should be possible to resize the window...
that is not possible. The plugin defines keybindings for a reason.
you just need to re-define those mappings here: https://github.com/chrisbra/NrrwRgn/blob/e027db9d94f94947153cd7b5ac9abd04371ab2b0/plugin/NrrwRgn.vim#L68-L81 and then it shouldn't define its own mappings.
Yeah, custom commands did not respect the command modifiers like `:belowright` until recently. I'll see if I can implement this easily (at least for newer vims). However in the meantime,...