comparison src/popupmnu.c @ 1743:734d5bdae499 v7.2.041

updated for version 7.2-041
author vimboss
date Sat, 15 Nov 2008 13:12:07 +0000
parents 0b796e045c42
children e9e3355861ba
comparison
equal deleted inserted replaced
1742:0e4fa55d20e0 1743:734d5bdae499
571 } 571 }
572 else 572 else
573 { 573 {
574 /* Don't want to sync undo in the current buffer. */ 574 /* Don't want to sync undo in the current buffer. */
575 ++no_u_sync; 575 ++no_u_sync;
576 res = do_ecmd(0, NULL, NULL, NULL, ECMD_ONE, 0); 576 res = do_ecmd(0, NULL, NULL, NULL, ECMD_ONE, 0, NULL);
577 --no_u_sync; 577 --no_u_sync;
578 if (res == OK) 578 if (res == OK)
579 { 579 {
580 /* Edit a new, empty buffer. Set options for a "wipeout" 580 /* Edit a new, empty buffer. Set options for a "wipeout"
581 * buffer. */ 581 * buffer. */