diff options
Diffstat (limited to 'src/netbeans.c')
-rw-r--r-- | src/netbeans.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/netbeans.c b/src/netbeans.c index 65b2f7091..823bdaed7 100644 --- a/src/netbeans.c +++ b/src/netbeans.c @@ -2273,9 +2273,7 @@ coloncmd(char *cmd, ...) nbdebug((" COLONCMD %s\n", buf)); -/* ALT_INPUT_LOCK_ON; */ do_cmdline((char_u *)buf, NULL, NULL, DOCMD_NOWAIT | DOCMD_KEYTYPED); -/* ALT_INPUT_LOCK_OFF; */ setcursor(); /* restore the cursor position */ out_flush_cursor(TRUE, FALSE); |