comparison src/version.c @ 31892:99d634091eec v9.0.1278

patch 9.0.1278: go.work.sum files are not recognized Commit: https://github.com/vim/vim/commit/4ad8ae8465e30df38dba31910f130891b16d38a0 Author: Amaan Qureshi <amaanq12@gmail.com> Date: Sat Feb 4 12:12:36 2023 +0000 patch 9.0.1278: go.work.sum files are not recognized Problem: go.work.sum files are not recognized. Solution: Recognize go.work.sum files as the gosum filetype. (Amaan Qureshi, closes #11940)
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Feb 2023 13:15:03 +0100
parents 2d96d7f9da7e
children 984969b81d63
comparison
equal deleted inserted replaced
31891:62a6b0f327ba 31892:99d634091eec
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1278,
698 /**/ 700 /**/
699 1277, 701 1277,
700 /**/ 702 /**/
701 1276, 703 1276,
702 /**/ 704 /**/