commit | 173d841e86cf205d8e398091b1da7bb4951714f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 14:02:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 14:02:26 2020 +0200 |
tree | c810c1e38699317265d103e5a85ad444d3ca4133 | |
parent | 61fbb3371ee1f6a02706f52fbe064608e159be7c [diff] [blame] |
patch 8.2.0599: Netbeans interface insufficiently tested Problem: Netbeans interface insufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5921)
diff --git a/src/netbeans.c b/src/netbeans.c index 4ff9085..ad049a2 100644 --- a/src/netbeans.c +++ b/src/netbeans.c
@@ -743,6 +743,7 @@ nbdebug(("EVT: %s", buf)); // nb_send(buf, "netbeans_end"); avoid "write failed" messages nb_send(buf, NULL); + buf_list[i].bufp = NULL; } }