From a8e18d9b5a74c8d061f383e0da7a88813db59502 Mon Sep 17 00:00:00 2001 From: ZyX Date: Mon, 19 Oct 2015 15:27:53 +0300 Subject: memline: Automatically create swap file directory for last directory --- runtime/doc/options.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index e2e717d1c7..3471106afd 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2133,7 +2133,8 @@ A jump table for the options with a short description can be found at |Q_op|. global List of directory names for the swap file, separated with commas. - The swap file will be created in the first directory where this is - possible. + possible. If it is not possible in any directory, but last + directory listed in the option does not exist, it is created. - Empty means that no swap file will be used (recovery is impossible!). - A directory "." means to put the swap file in the same directory as -- cgit