mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Windows: define FNAME_ILLEGAL.
This commit is contained in:
parent
77c0f9a62b
commit
e117544d72
@ -6,6 +6,8 @@
|
||||
#define TEMP_DIR_NAMES {"$TMP", "$TEMP", "$USERPROFILE", ""}
|
||||
#define TEMP_FILE_PATH_MAXLEN _MAX_PATH
|
||||
|
||||
#define FNAME_ILLEGAL "\"*?><|"
|
||||
|
||||
#define USE_CRNL
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
Loading…
Reference in New Issue
Block a user