if (STRCMP(mime_type, VIM_ATOM_NAME) == 0 && buf.ga_len >= 2)
{
- motion_type = *final++;;
+ motion_type = *final++;
buf.ga_len--;
}
else if (STRCMP(mime_type, VIMENC_ATOM_NAME) == 0 && buf.ga_len >= 3)
dest_y - src_y);
cairo_rectangle(cr, dest_x, dest_y, width, height);
cairo_clip(cr);
- cairo_paint(cr);;
+ cairo_paint(cr);
}
else
{
int i;
int score;
char_u *leader = ins_compl_leader();
- size_t leader_len = ins_compl_leader_len();;
+ size_t leader_len = ins_compl_leader_len();
int in_fuzzy_collect = (cot_fuzzy() && leader_len > 0);
int *fuzzy_indices_data;
char_u *last_sep = NULL;
PerformCheck(fname, '\s$', 'trailing white space', '')
+ PerformCheck(fname, ';;\+$', 'double semicolon', '')
+
# some files don't stick to the Vim style rules
if fname =~ 'iscygpty.c'
continue
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 11,
/**/
10,
/**/
int max_kbyte;
long len;
yankreg_T *y_ptr;
- yankreg_T *y_regs_p = get_y_regs();;
+ yankreg_T *y_regs_p = get_y_regs();
fputs(_("\n# Registers:\n"), fp);