0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

patch 8.2.0599: Netbeans interface insufficiently tested

Problem:    Netbeans interface insufficiently tested.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5921)
This commit is contained in:
Bram Moolenaar
2020-04-19 14:02:26 +02:00
parent 61fbb3371e
commit 173d841e86
7 changed files with 787 additions and 48 deletions

View File

@@ -743,6 +743,7 @@ netbeans_end(void)
nbdebug(("EVT: %s", buf));
// nb_send(buf, "netbeans_end"); avoid "write failed" messages
nb_send(buf, NULL);
buf_list[i].bufp = NULL;
}
}