Don't bother resizing a GUI window before exit.
authorIain Patterson <me@iain.cx>
Mon, 4 Jan 2010 15:54:06 +0000 (15:54 +0000)
committerIain Patterson <me@iain.cx>
Fri, 8 Jan 2010 15:54:02 +0000 (15:54 +0000)
commit5454451f97a9e7762d25d22ea646e20bff55da92
tree17cc3a68c3ed4c48b0461bdbc00895cba4197b1b
parent660f496b9c001ed24521f65b1eebe69a499ab10b
Don't bother resizing a GUI window before exit.

Restoring the original terminal size is only worthwhile when we're
running in an actual terminal.  Shrinking a GUI window and then closing
it makes no sense.
.vimrc