diff src/getchar.c @ 2210:8c6a66e2b3cc vim73

Add :nbstart and :nbclose.
author Bram Moolenaar <bram@vim.org>
date Sat, 22 May 2010 21:34:09 +0200
parents d0ddf7ba1630
children f42e0b5ff9e9
line wrap: on
line diff
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -2941,8 +2941,7 @@ inchar(buf, maxlen, wait_time, tb_change
 
 #if defined(FEAT_NETBEANS_INTG)
 	/* Process the queued netbeans messages. */
-	if (usingNetbeans)
-	    netbeans_parse_messages();
+        netbeans_parse_messages();
 #endif
 
 	if (got_int || (script_char = getc(scriptin[curscript])) < 0)