comparison src/version.c @ 23308:4d6c1b17f66a v8.2.2199

patch 8.2.2199: first write after setting 'eol' does not have NL added Commit: https://github.com/vim/vim/commit/b3c8b1d25414f2e24ad03551cdf125b3e2c142b1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 23 18:54:57 2020 +0100 patch 8.2.2199: first write after setting 'eol' does not have NL added Problem: First write after setting 'eol' does not have NL added. (Tom?? Janou?ek) Solution: Only use b_no_eol_lnum when doing a binary write. (closes #7535)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Dec 2020 19:00:04 +0100
parents 90ea5037a7e3
children 7951c5098e8e
comparison
equal deleted inserted replaced
23307:74c40d38612f 23308:4d6c1b17f66a
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 2199,
753 /**/ 755 /**/
754 2198, 756 2198,
755 /**/ 757 /**/
756 2197, 758 2197,
757 /**/ 759 /**/