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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user