mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Workaround for NetBeans (NetBeans support will be removed soon)
This commit is contained in:
@@ -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,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);
|
||||
|
||||
Reference in New Issue
Block a user