We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b31c3c3 + f8c8ee5 commit c9b303eCopy full SHA for c9b303e
src/netbeans.c
@@ -427,6 +427,14 @@ netbeans_parse_messages(void)
427
}
428
429
430
+/* TODO: remove */
431
+ void
432
+netbeans_read()
433
+{
434
+ if (nb_channel_idx >= 0)
435
+ channel_read(nb_channel_idx);
436
+}
437
+
438
/*
439
* Handle one NUL terminated command.
440
*
src/proto/netbeans.pro
@@ -1,5 +1,6 @@
1
/* netbeans.c */
2
void netbeans_parse_messages(void);
3
+void netbeans_read(void);
4
int isNetbeansBuffer(buf_T *bufp);
5
int isNetbeansModified(buf_T *bufp);
6
void netbeans_end(void);
0 commit comments