mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 20:48:32 +00:00
normal: Remove unneeded assignment
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user