comparison src/version.c @ 30110:ba5ca7c7d44c v9.0.0391

patch 9.0.0391: using separate delete() call instead of writefile() 'D' flag Commit: https://github.com/vim/vim/commit/3411265a3698c3d5ef56d9b0c3bb237a9f5fdba1 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 5 21:40:44 2022 +0100 patch 9.0.0391: using separate delete() call instead of writefile() 'D' flag Problem: Using separate delete() call instead of writefile() 'D' flag. Solution: Use the writefile 'D' flag.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Sep 2022 22:45:03 +0200
parents 0352577f1ba5
children 7ad136fb7fcd
comparison
equal deleted inserted replaced
30109:41b1661eefbc 30110:ba5ca7c7d44c
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 391,
706 /**/ 708 /**/
707 390, 709 390,
708 /**/ 710 /**/
709 389, 711 389,
710 /**/ 712 /**/