mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -04:00
updated for version 7.0052
This commit is contained in:
@@ -4051,7 +4051,8 @@ gui_mch_enable_beval_area(beval)
|
||||
if (beval == NULL)
|
||||
return;
|
||||
TRACE0("gui_mch_enable_beval_area {{{");
|
||||
BevalTimerId = SetTimer(s_textArea, 0, p_bdlay / 2, (TIMERPROC)BevalTimerProc);
|
||||
BevalTimerId = SetTimer(s_textArea, 0, p_bdlay / 2,
|
||||
(TIMERPROC)BevalTimerProc);
|
||||
TRACE0("gui_mch_enable_beval_area }}}");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user