summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/normal.c b/src/normal.c
index f99c7e3ec..6b3a78b10 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -811,9 +811,7 @@ getcount:
}
else if ((nv_cmds[idx].cmd_flags & NV_SSS)
&& (mod_mask & MOD_MASK_SHIFT))
- {
mod_mask &= ~MOD_MASK_SHIFT;
- }
}
}
@@ -3507,9 +3505,7 @@ find_ident_at_pos(
&& col <= (int)startcol
&& find_is_eval_item(ptr + col, &col, &bn, FORWARD))
)
- {
++col;
- }
return col;
}
@@ -4329,9 +4325,7 @@ find_decl(
* inside a comment, continue searching. For K&R style function
* declarations this skips the function header without types. */
if (!valid)
- {
CLEAR_POS(&found_pos);
- }
else
found_pos = curwin->w_cursor;
/* Remove SEARCH_START from flags to avoid getting stuck at one
@@ -9449,9 +9443,7 @@ nv_open(cmdarg_T *cap)
v_swap_corners(cap->cmdchar);
#ifdef FEAT_JOB_CHANNEL
else if (bt_prompt(curbuf))
- {
clearopbeep(cap->oap);
- }
#endif
else
n_opencmd(cap);