comparison src/popupmnu.c @ 940:306fc545fe2c v7.0.066

updated for version 7.0-066
author vimboss
date Tue, 22 Aug 2006 19:48:48 +0000
parents 8e5830943bff
children 537cb92935b6
comparison
equal deleted inserted replaced
939:31208ed42de9 940:306fc545fe2c
550 void 550 void
551 pum_undisplay() 551 pum_undisplay()
552 { 552 {
553 pum_array = NULL; 553 pum_array = NULL;
554 redraw_all_later(SOME_VALID); 554 redraw_all_later(SOME_VALID);
555 #ifdef FEAT_WINDOWS
556 redraw_tabline = TRUE;
557 #endif
555 status_redraw_all(); 558 status_redraw_all();
556 } 559 }
557 560
558 /* 561 /*
559 * Clear the popup menu. Currently only resets the offset to the first 562 * Clear the popup menu. Currently only resets the offset to the first