diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-30 03:50:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-30 03:50:17 +0200 |
commit | 8d13955328ab0259a3b870893b4bd5b3a130564e (patch) | |
tree | cec418a7bae041575d91b8eabbc0f3b1926b8a56 /src | |
parent | 6964b67c00f9aa029791137f44f30ed4aef20ef4 (diff) | |
parent | 1ea9ebf112d6c9d6355038afb4aaee794187cb23 (diff) | |
download | rneovim-8d13955328ab0259a3b870893b4bd5b3a130564e.tar.gz rneovim-8d13955328ab0259a3b870893b4bd5b3a130564e.tar.bz2 rneovim-8d13955328ab0259a3b870893b4bd5b3a130564e.zip |
Merge #6395 'test: Use workspace-local temp directory.'
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/os/win_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/win_defs.h b/src/nvim/os/win_defs.h index 827fb2f247..7c980c3768 100644 --- a/src/nvim/os/win_defs.h +++ b/src/nvim/os/win_defs.h @@ -19,7 +19,7 @@ #define NAME_MAX _MAX_PATH -#define TEMP_DIR_NAMES { "$TMP", "$TEMP", "$USERPROFILE", "" } +#define TEMP_DIR_NAMES { "$TMPDIR", "$TMP", "$TEMP", "$USERPROFILE", "" } #define TEMP_FILE_PATH_MAXLEN _MAX_PATH #define FNAME_ILLEGAL "\"*?><|" |