vim - gVim ProportinalResize error -
i have proportionalresize plugin installed, throws following error message (shown below) everytime resize whole gui-window
after performing window split. realize ingo karkat
plugin makes use of ingo-library
(i use l9
func library). lib installed error message changes from
to
.
there comment in this
, this
file stale window dimensions
(comment on revision 1.00.003
). can't understand talks about. stumbled upon it.
if need vimrc, let me know.
plugin author here. concur commenters issues these best first addressed directly plugin's author (in case, via email address found in documentation , scripts, since don't use issue tracker these small plugins yet), not via stack overflow.
because there no vimresizedpre
event, plugin periodically (on cursorhold
) records current dimensions able calculate difference. when there's no current record, you'll stale window dimensions record
error. avoid that, try waiting 4 seconds before attempting resize.
resizing internal window splits (as you've reported) should not trigger error, however, because plugin triggered when outer vim window borders change, not when adapt internal window layout.
Comments
Post a Comment