diff options
author | ZyX <kp-pav@yandex.ru> | 2015-10-19 15:27:53 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-23 15:56:50 +0300 |
commit | a8e18d9b5a74c8d061f383e0da7a88813db59502 (patch) | |
tree | 2369114603c017e9a241ec3b1df91635543bad00 /runtime/doc/options.txt | |
parent | fefcc01cc1da9540767a2c0b14ebb532a51dd412 (diff) | |
download | rneovim-a8e18d9b5a74c8d061f383e0da7a88813db59502.tar.gz rneovim-a8e18d9b5a74c8d061f383e0da7a88813db59502.tar.bz2 rneovim-a8e18d9b5a74c8d061f383e0da7a88813db59502.zip |
memline: Automatically create swap file directory for last directory
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |