commit | 50157ef1c2e36d8696e79fd688bdd08312196bc6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 15 23:21:05 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 15 23:21:05 2021 +0200 |
tree | a109334af9ba94e328cde5acc060622a12888834 | |
parent | 0820f4de5872bfbdc25bf6cba6ec5646dbcec156 [diff] [blame] |
patch 8.2.2856: get readonly error for device that can't be written to Problem: Get readonly error for device that can't be written to. Solution: Check for being able to write first. (closes #8205)
diff --git a/src/version.c b/src/version.c index 1aef3c7..70e02ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2856, +/**/ 2855, /**/ 2854,