lukerandall / haskellmode-vim

An unpacked copy of the haskellmode vimball. Ping me if it needs updating.
http://projects.haskell.org/haskellmode-vim/
BSD 3-Clause "New" or "Revised" License
135 stars 21 forks source link

cmdheight is too high #9

Closed ofan closed 9 years ago

ofan commented 11 years ago

I saw set cmdheight=3 in ghc.vim, I think the command line is too high here, and most of the time there's no information needs to be displayed in the command line. Perhaps you could add an option to customize it and let the users make the choice.

OliverUv commented 11 years ago

Agreed. A compiler plugin shouldn't waste 2 lines of my gui without letting me disable it easily. At the very least, this should be documented and configurable.

pjrt commented 10 years ago

+1.

lukerandall commented 9 years ago

This is fixed by #21.