comparison src/ex_cmds.c @ 408:06234af3a8b7 v7.0106

updated for version 7.0106
author vimboss
date Sat, 09 Jul 2005 21:14:46 +0000
parents 4b9fef49d7ff
children a1c5a6cb2675
comparison
equal deleted inserted replaced
407:0f6afaf1b8d1 408:06234af3a8b7
3560 3560
3561 State = INSERT; /* behave like in Insert mode */ 3561 State = INSERT; /* behave like in Insert mode */
3562 if (curbuf->b_p_iminsert == B_IMODE_LMAP) 3562 if (curbuf->b_p_iminsert == B_IMODE_LMAP)
3563 State |= LANGMAP; 3563 State |= LANGMAP;
3564 3564
3565 while (1) 3565 for (;;)
3566 { 3566 {
3567 msg_scroll = TRUE; 3567 msg_scroll = TRUE;
3568 need_wait_return = FALSE; 3568 need_wait_return = FALSE;
3569 if (curbuf->b_p_ai) 3569 if (curbuf->b_p_ai)
3570 { 3570 {