spolu / dwm.vim

Tiled Window Management for Vim
http://www.vim.org/scripts/script.php?script_id=4186
700 stars 76 forks source link

Skip layout updates triggered by quickfix buffers #56

Closed n4kz closed 10 years ago

n4kz commented 10 years ago

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).

spolu commented 10 years ago

OK Looks good! Thanks!