comparison src/version.c @ 24634:d3c4ecf67604 v8.2.2856

patch 8.2.2856: get readonly error for device that can't be written to Commit: https://github.com/vim/vim/commit/50157ef1c2e36d8696e79fd688bdd08312196bc6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 15 23:21:05 2021 +0200 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 https://github.com/vim/vim/issues/8205)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 May 2021 23:30:02 +0200
parents 9e72076e31f8
children 4a4f64cdc798
comparison
equal deleted inserted replaced
24633:9d56f2d21cde 24634:d3c4ecf67604
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2856,
753 /**/ 755 /**/
754 2855, 756 2855,
755 /**/ 757 /**/
756 2854, 758 2854,
757 /**/ 759 /**/