Workaround for NetBeans (NetBeans support will be removed soon)

This commit is contained in:
Kazuki Sakamoto
2016-01-27 20:58:09 -08:00
parent b31c3c32e3
commit f8c8ee5223
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -427,6 +427,14 @@ netbeans_parse_messages(void)
}
}
/* TODO: remove */
void
netbeans_read()
{
if (nb_channel_idx >= 0)
channel_read(nb_channel_idx);
}
/*
* Handle one NUL terminated command.
*
+1
View File
@@ -1,5 +1,6 @@
/* netbeans.c */
void netbeans_parse_messages(void);
void netbeans_read(void);
int isNetbeansBuffer(buf_T *bufp);
int isNetbeansModified(buf_T *bufp);
void netbeans_end(void);