Now quickfix window is not touched on open (:botright cwindow) but it's affected by manual layout updates. Looks like we have no way to exclude some windows from layout completely. I've tried to close all qf windows on layout updates and reopen them later, but this approach works only with error list and not with location list. Experiments with :hide also gave me nothing.
This PR breaks :new call without arguments (<C-N> works and :new myfile works when filetype detected).
Problem described in #54.
Now quickfix window is not touched on open (
:botright cwindow
) but it's affected by manual layout updates. Looks like we have no way to exclude some windows from layout completely. I've tried to close all qf windows on layout updates and reopen them later, but this approach works only with error list and not with location list. Experiments with:hide
also gave me nothing.This PR breaks
:new
call without arguments (<C-N>
works and:new myfile
works when filetype detected).