Problem: Various typos.
Solution: Correct the mistakes, change "cursur" to "cursor". (closes #2887)
#ifdef FEAT_CONCEAL
/* Check if the cursor line needs redrawing before changing State. If
* 'concealcursor' is "n" it needs to be redrawn without concealing. */
- conceal_check_cursur_line();
+ conceal_check_cursor_line();
#endif
#ifdef FEAT_MOUSE
{
#ifdef FEAT_CONCEAL
/* Check for redraw before changing the state. */
- conceal_check_cursur_line();
+ conceal_check_cursor_line();
#endif
VIsual_mode = c;
#endif
#ifdef FEAT_CONCEAL
/* Check for redraw after changing the state. */
- conceal_check_cursur_line();
+ conceal_check_cursor_line();
#endif
if (p_smd && msg_silent == 0)
void update_curbuf(int type);
int update_screen(int type_arg);
int conceal_cursor_line(win_T *wp);
-void conceal_check_cursur_line(void);
+void conceal_check_cursor_line(void);
void update_single_line(win_T *wp, linenr_T lnum);
void update_debug_sign(buf_T *buf, linenr_T lnum);
void updateWindow(win_T *wp);
* Check if the cursor line needs to be redrawn because of 'concealcursor'.
*/
void
-conceal_check_cursur_line(void)
+conceal_check_cursor_line(void)
{
if (curwin->w_p_cole > 0 && conceal_cursor_line(curwin))
{
# endif
# ifdef FEAT_CONCEAL
- conceal_check_cursur_line();
+ conceal_check_cursor_line();
# endif
}
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1809,
/**/
1808,
/**/