mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18: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) {
|
||||
// Undo the decrement done above
|
||||
no_mapping++;
|
||||
State = NORMAL_BUSY;
|
||||
}
|
||||
State = NORMAL_BUSY;
|
||||
s->need_flushbuf |= add_to_showcmd(*cp);
|
||||
|
Reference in New Issue
Block a user