]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2856: get readonly error for device that can't be written to v8.2.2856
authorBram Moolenaar <Bram@vim.org>
Sat, 15 May 2021 21:21:05 +0000 (23:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 May 2021 21:21:05 +0000 (23:21 +0200)
commit50157ef1c2e36d8696e79fd688bdd08312196bc6
treea109334af9ba94e328cde5acc060622a12888834
parent0820f4de5872bfbdc25bf6cba6ec5646dbcec156
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)
src/ex_cmds.c
src/testdir/test_writefile.vim
src/version.c