getchar: implement <Cmd> key to invoke command in any mode

This commit is contained in:
Björn Linse
2016-03-14 23:58:47 +01:00
parent ce3bc12e25
commit d407a48665
12 changed files with 916 additions and 24 deletions

View File

@@ -8156,6 +8156,10 @@ static void ex_startinsert(exarg_T *eap)
restart_edit = 'i';
curwin->w_curswant = 0; /* avoid MAXCOL */
}
if (VIsual_active) {
showmode();
}
}
/*