]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2180: Error E303 is not useful when 'directory' is empty v8.1.2180
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Oct 2019 15:01:28 +0000 (17:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Oct 2019 15:01:28 +0000 (17:01 +0200)
commit00e192becd50a38cb21a1bc3f86fcc7a21f8ee88
tree4776eda21d139fc8a4d051db196f43820e33fca0
parentb98678a974914aaf1d00b575364c13a6446353bf
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, #5067)
runtime/doc/message.txt
runtime/doc/options.txt
src/memline.c
src/testdir/test_recover.vim
src/version.c