Merge #4419 'implement <Cmd> key'

This commit is contained in:
Justin M. Keyes
2018-03-24 17:45:48 +01:00
committed by GitHub
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();
}
}
/*