forked from aniani/vim
updated for version 7.3.707
Problem: Problems loading a library for a file name with non-latin characters. Solution: Use wide system functions when possible. (Ken Takata)
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
*/
|
||||
#define CMDBUFFSIZE 1024 /* size of the command processing buffer */
|
||||
|
||||
/* _MAX_PATH is only 256 (stdlib.h), but we want more for the 'path' option,
|
||||
/* _MAX_PATH is only 260 (stdlib.h), but we want more for the 'path' option,
|
||||
* thus use a larger number. */
|
||||
#define MAXPATHL 1024
|
||||
|
||||
|
Reference in New Issue
Block a user