Set a specific size for vimdiff windows.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Mon, 17 May 2010 16:19:18 -0400 | 
    
    
    
        | parents | 
        215744d7bf15 
 | 
    
    
        | children | 
        d3386c18b808
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        .hgrc  | 
    
Changes
    
--- a/.hgrc	Mon May 17 10:13:58 2010 -0400
+++ b/.hgrc	Mon May 17 16:19:18 2010 -0400
@@ -40,7 +40,7 @@
 [extdiff]
 cmd.fmdiff = fmdiff
 cmd.vd = mvim
-opts.vd = -f '+next' '+execute "DirDiff" argv(0) argv(1)'
+opts.vd = -c 'set lines=70' -c 'set columns=240' -f '+next' '+execute "DirDiff" argv(0) argv(1)'
 
 [email]
 method = smtp