normal: Remove unneeded assignment

This commit is contained in:
ZyX
2017-04-16 21:06:22 +03:00
parent cdbfff077b
commit 54bd78b8a8

View File

@@ -694,7 +694,6 @@ static void normal_get_additional_char(NormalState *s)
if (langmap_active) { if (langmap_active) {
// Undo the decrement done above // Undo the decrement done above
no_mapping++; no_mapping++;
State = NORMAL_BUSY;
} }
State = NORMAL_BUSY; State = NORMAL_BUSY;
s->need_flushbuf |= add_to_showcmd(*cp); s->need_flushbuf |= add_to_showcmd(*cp);