mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +00:00
Merge #4419 'implement <Cmd> key'
This commit is contained in:
@@ -8156,6 +8156,10 @@ static void ex_startinsert(exarg_T *eap)
|
||||
restart_edit = 'i';
|
||||
curwin->w_curswant = 0; /* avoid MAXCOL */
|
||||
}
|
||||
|
||||
if (VIsual_active) {
|
||||
showmode();
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user