From: Bram Moolenaar Date: Fri, 6 Apr 2012 11:56:04 +0000 (+0200) Subject: updated for version 7.3.493 X-Git-Tag: v7.3.493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0d7a15d3aedc3247be53a7ff8c1f540fa043906;p=vim updated for version 7.3.493 Problem: Two unused variables. Solution: Remove them. (Hong Xu) --- diff --git a/src/misc1.c b/src/misc1.c index ddb888933..34359a0b0 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -6489,7 +6489,6 @@ get_c_indent() int cont_amount = 0; /* amount for continuation line */ int original_line_islabel; int added_to_amount = 0; - int is_if_for_while = 0; for (options = curbuf->b_p_cino; *options; ) { @@ -6876,7 +6875,6 @@ get_c_indent() pos_T cursor_save = curwin->w_cursor; pos_T outermost; char_u *line; - int look_col; trypos = &our_paren_pos; do { diff --git a/src/version.c b/src/version.c index 25cbb1841..e5102e53b 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 493, /**/ 492, /**/