mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
getchar: implement <Cmd> key to invoke command in any mode
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