comparison src/gui.c @ 170:8c60f65311fa v7.0052

updated for version 7.0052
author vimboss
date Sat, 26 Feb 2005 23:04:13 +0000
parents 2f5a3b881ada
children c757ec217a09
comparison
equal deleted inserted replaced
169:0e902b8f511f 170:8c60f65311fa
553 EMSG(_("E599: Value of 'imactivatekey' is invalid")); 553 EMSG(_("E599: Value of 'imactivatekey' is invalid"));
554 #endif 554 #endif
555 /* When 'cmdheight' was set during startup it may not have taken 555 /* When 'cmdheight' was set during startup it may not have taken
556 * effect yet. */ 556 * effect yet. */
557 if (p_ch != 1L) 557 if (p_ch != 1L)
558 command_height(1L); 558 command_height(-1L);
559 559
560 return; 560 return;
561 } 561 }
562 562
563 error2: 563 error2: