javigon / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

resize the quickfix/location list window if given a new height (even if the window is already open) #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run :copen
2. run :copen 20

What is the expected output? What do you see instead?
The quickfix window (opened on 1.) should be resized to 20 lines after 2.

What version of the product are you using? On what operating system?
7.4.135 on Arch Linux

Please provide any additional information below.
The :copen documentation doesn't specify that already open windows should 
resize if given a new height, but it doesn't specify the opposite either, so I 
think this would be a nice addition :)

Original issue reported on code.google.com by j...@bendyworks.com on 16 Feb 2014 at 12:32

GoogleCodeExporter commented 9 years ago
Here is a patch.

Original comment by chrisbr...@googlemail.com on 12 Mar 2014 at 6:52

Attachments:

GoogleCodeExporter commented 9 years ago
Submitted as patch 7.4.221

Original comment by brammool...@gmail.com on 27 Mar 2014 at 4:05