comparison runtime/doc/message.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 6d11fc4aa683
comparison
equal deleted inserted replaced
18371:d37561c8c48b 18372:11394af51615
580 Unable to open swap file for "{filename}", recovery impossible 580 Unable to open swap file for "{filename}", recovery impossible
581 581
582 Vim was not able to create a swap file. You can still edit the file, but if 582 Vim was not able to create a swap file. You can still edit the file, but if
583 Vim unexpectedly exits the changes will be lost. And Vim may consume a lot of 583 Vim unexpectedly exits the changes will be lost. And Vim may consume a lot of
584 memory when editing a big file. You may want to change the 'directory' option 584 memory when editing a big file. You may want to change the 'directory' option
585 to avoid this error. See |swap-file|. 585 to avoid this error. This error is not given when 'directory' is empty. See
586 |swap-file|.
586 587
587 *E140* > 588 *E140* >
588 Use ! to write partial buffer 589 Use ! to write partial buffer
589 590
590 When using a range to write part of a buffer, it is unusual to overwrite the 591 When using a range to write part of a buffer, it is unusual to overwrite the