comparison runtime/doc/options.txt @ 18372:11394af51615 v8.1.2180

patch 8.1.2180: Error E303 is not useful when 'directory' is empty Commit: https://github.com/vim/vim/commit/00e192becd50a38cb21a1bc3f86fcc7a21f8ee88 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 19 17:01:28 2019 +0200 patch 8.1.2180: Error E303 is not useful when 'directory' is empty Problem: Error E303 is not useful when 'directory' is empty. Solution: Skip the error message. (Daniel Hahler, https://github.com/vim/vim/issues/5067)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Oct 2019 17:15:03 +0200
parents 375a7ecdb351
children ba5d8c5d77d7
comparison
equal deleted inserted replaced
18371:d37561c8c48b 18372:11394af51615
2691 global 2691 global
2692 List of directory names for the swap file, separated with commas. 2692 List of directory names for the swap file, separated with commas.
2693 - The swap file will be created in the first directory where this is 2693 - The swap file will be created in the first directory where this is
2694 possible. 2694 possible.
2695 - Empty means that no swap file will be used (recovery is 2695 - Empty means that no swap file will be used (recovery is
2696 impossible!). 2696 impossible!) and no |E303| error will be given.
2697 - A directory "." means to put the swap file in the same directory as 2697 - A directory "." means to put the swap file in the same directory as
2698 the edited file. On Unix, a dot is prepended to the file name, so 2698 the edited file. On Unix, a dot is prepended to the file name, so
2699 it doesn't show in a directory listing. On MS-Windows the "hidden" 2699 it doesn't show in a directory listing. On MS-Windows the "hidden"
2700 attribute is set and a dot prepended if possible. 2700 attribute is set and a dot prepended if possible.
2701 - A directory starting with "./" (or ".\" for MS-DOS et al.) means to 2701 - A directory starting with "./" (or ".\" for MS-DOS et al.) means to