aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-30 03:50:17 +0200
committerGitHub <noreply@github.com>2017-03-30 03:50:17 +0200
commit8d13955328ab0259a3b870893b4bd5b3a130564e (patch)
treecec418a7bae041575d91b8eabbc0f3b1926b8a56 /runtime
parent6964b67c00f9aa029791137f44f30ed4aef20ef4 (diff)
parent1ea9ebf112d6c9d6355038afb4aaee794187cb23 (diff)
downloadrneovim-8d13955328ab0259a3b870893b4bd5b3a130564e.tar.gz
rneovim-8d13955328ab0259a3b870893b4bd5b3a130564e.tar.bz2
rneovim-8d13955328ab0259a3b870893b4bd5b3a130564e.zip
Merge #6395 'test: Use workspace-local temp directory.'
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/change.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index c8576d83e8..e0974b103c 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -601,8 +601,8 @@ all files in it are deleted. When Vim has the setuid bit set this may cause
problems, the temp file is owned by the setuid user but the filter command
probably runs as the original user.
Directory for temporary files is created in the first suitable directory of:
-For Unix: $TMPDIR, /tmp, current-dir, $HOME.
-For MS-Windows: $TMP, $TEMP, $USERPROFILE, current-dir.
+ Unix: $TMPDIR, /tmp, current-dir, $HOME.
+ Windows: $TMPDIR, $TMP, $TEMP, $USERPROFILE, current-dir.