mirror of
https://github.com/vim/vim.git
synced 2025-10-26 09:14:23 -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:
@@ -88,6 +88,7 @@ extern int _stricoll(char *a, char *b);
|
||||
# include "hashtab.pro"
|
||||
# include "json.pro"
|
||||
# include "list.pro"
|
||||
# include "blob.pro"
|
||||
# include "main.pro"
|
||||
# include "mark.pro"
|
||||
# include "memfile.pro"
|
||||
|
||||
Reference in New Issue
Block a user