You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run MundoToggle on the latest master branch with the Vim provided by Centos7, I receive the following error:
Error detected while processing function mundo#MundoToggle..<SNR>27_MundoToggle..<SNR>27_MundoOpen..<SNR>27_MundoClose:
line 1:
E117: Unknown function: win_getid
E116: Invalid arguments for function win_id2tabwin(win_getid())
E15: Invalid expression: win_id2tabwin(win_getid())
I'm still able to use this package by reverting to v3.0.0, so it's not a major issue, but it seems as though our of the box support for vim 7.4 and below has been broken.
The text was updated successfully, but these errors were encountered:
win_getid() is vim's almost only mechanism to identify windows. I'm not sure if it's able to make vim-mundo behave the same way with current implementation without using win_getid().
When trying to run MundoToggle on the latest master branch with the Vim provided by Centos7, I receive the following error:
Version output:
It looks like vim 7.4 doesn't support get_winid:
I'm still able to use this package by reverting to v3.0.0, so it's not a major issue, but it seems as though our of the box support for vim 7.4 and below has been broken.
The text was updated successfully, but these errors were encountered: