haskell-vim-now icon indicating copy to clipboard operation
haskell-vim-now copied to clipboard

Auto-resize bottom split

Open tsoernes opened this issue 8 years ago • 2 comments

When linting or compile checking, the bottom window expands and takes up a lot more space than necessary. Manually dragging it down works until linting or compile checking again. Is there something wrong with my install, or is there a way to make not take up any more space than necessary?

screenshot from 2017-03-03 21-37-49

tsoernes avatar Mar 04 '17 18:03 tsoernes

That happens for me as well, I've always just kind of lived with it but I bet it can be fixed. I believe that the little pane is called the quickfix buffer. There is a note here overriding g:ghcmod_open_quickfix_function to customize the behavior. I'd love a pull request to tidy this up if you can figure it out!

begriffs avatar Mar 05 '17 21:03 begriffs

Interested in helping out with this one?

begriffs avatar Sep 01 '17 21:09 begriffs