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
In the s:HandleOnlyWindow() routine, currently the autoclose is not behaving correctly. With the introduction of vim-9.0 (patch-9.0.907) the quit while inside an autocmd no longer functions.
Have started a fix for this to use the feedkeys(), however that doesn't handle each case. It issues the :quit no matter what even in an E173 (Additional files open), and just blows the windows away regardless. We may have to do away with the autoclose and instead guide users to a more streamlined option like this:
autocmdQuitPre*qa
The text was updated successfully, but these errors were encountered:
In the
s:HandleOnlyWindow()
routine, currently the autoclose is not behaving correctly. With the introduction of vim-9.0 (patch-9.0.907) thequit
while inside an autocmd no longer functions.Have started a fix for this to use the
feedkeys()
, however that doesn't handle each case. It issues the:quit
no matter what even in an E173 (Additional files open), and just blows the windows away regardless. We may have to do away with the autoclose and instead guide users to a more streamlined option like this:The text was updated successfully, but these errors were encountered: