1
0
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:
Bram Moolenaar
2012-10-21 21:38:45 +02:00
parent a9a2d8f4d0
commit 17aa8cc255
3 changed files with 31 additions and 16 deletions

View File

@@ -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