summaryrefslogtreecommitdiffstats
path: root/src/netbeans.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/netbeans.c')
-rw-r--r--src/netbeans.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/netbeans.c b/src/netbeans.c
index 65b2f70918..823bdaed76 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);