Merge pull request #288 from macvim-dev/fix/gui_mch_is_blinking

Implemented gui_mch_is_blinking
This commit is contained in:
Kazuki Sakamoto
2016-06-04 23:03:26 -07:00
+7
View File
@@ -1197,6 +1197,13 @@ gui_mch_draw_part_cursor(int w, int h, guicolor_T color)
}
int
gui_mch_is_blinking(void)
{
return FALSE;
}
/*
* Cursor blink functions.
*