diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-28 22:39:57 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-28 22:39:57 +0000 |
commit | ebefac63f30ac038c0c35d7f1b9257483ec41812 (patch) | |
tree | 63e6374375ebc6744379fba43c1c557187490143 /src/main.c | |
parent | cc984263d755d05a12c8391abff42c087237554e (diff) | |
download | vim-git-ebefac63f30ac038c0c35d7f1b9257483ec41812.tar.gz |
updated for version 7.0177v7.0177
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 89bad4c95..551e980f9 100644 --- a/src/main.c +++ b/src/main.c @@ -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) |