Open
Description
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:
autocmd QuitPre * qa
Activity