comparison src/version.c @ 19145:ea3ac1de7704 v8.2.0132

patch 8.2.0132: script may be re-used when deleting and creating a new one Commit: https://github.com/vim/vim/commit/ca33eb256eb910af05e8c9852bc9f716cece1f5c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 19 20:18:09 2020 +0100 patch 8.2.0132: script may be re-used when deleting and creating a new one Problem: Script may be re-used when deleting and creating a new one. Solution: When the inode matches, also check the file name.
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jan 2020 20:30:04 +0100
parents bfcafd1a3e37
children 06ef1e438ac8
comparison
equal deleted inserted replaced
19144:fc7387b02e42 19145:ea3ac1de7704
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 132,
745 /**/ 747 /**/
746 131, 748 131,
747 /**/ 749 /**/
748 130, 750 130,
749 /**/ 751 /**/