commit | 00e192becd50a38cb21a1bc3f86fcc7a21f8ee88 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 17:01:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 17:01:28 2019 +0200 |
tree | 4776eda21d139fc8a4d051db196f43820e33fca0 | |
parent | b98678a974914aaf1d00b575364c13a6446353bf [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 38f8277..aebadab 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2180, +/**/ 2179, /**/ 2178,