mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.1.0735: cannot handle binary data
Problem: Cannot handle binary data. Solution: Add the Blob type. (Yasuhiro Matsumoto, closes #3638)
This commit is contained in:
@@ -404,7 +404,7 @@ netbeans_parse_messages(void)
|
||||
if (*p == NUL)
|
||||
{
|
||||
own_node = TRUE;
|
||||
buffer = channel_get(nb_channel, PART_SOCK);
|
||||
buffer = channel_get(nb_channel, PART_SOCK, NULL);
|
||||
/* "node" is now invalid! */
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user