From e117544d7218e1b5418f7a6f4e27d3a9572a226a Mon Sep 17 00:00:00 2001 From: Seth Jackson Date: Mon, 14 Dec 2015 17:45:35 -0500 Subject: Windows: define FNAME_ILLEGAL. --- src/nvim/os/win_defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/nvim/os/win_defs.h b/src/nvim/os/win_defs.h index 32960dfbe9..6003d46d96 100644 --- a/src/nvim/os/win_defs.h +++ b/src/nvim/os/win_defs.h @@ -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 -- cgit