mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0177
This commit is contained in:
@@ -871,7 +871,7 @@ main
|
||||
/* If ":startinsert" command used, stuff a dummy command to be able to
|
||||
* call normal_cmd(), which will then start Insert mode. */
|
||||
if (restart_edit != 0)
|
||||
stuffcharReadbuff(K_IGNORE);
|
||||
stuffcharReadbuff(K_NOP);
|
||||
|
||||
#ifdef FEAT_NETBEANS_INTG
|
||||
if (usingNetbeans)
|
||||
|
Reference in New Issue
Block a user