comparison src/version.c @ 24681:1077a2762d06 v8.2.2879

patch 8.2.2879: file extension .hsig not recognized Commit: https://github.com/vim/vim/commit/f5409dbf66f4e4a0461d3f2079c1bffacbf12392 Author: Marcin Szamotulski <profunctor@pm.me> Date: Sun May 23 11:18:50 2021 +0200 patch 8.2.2879: file extension .hsig not recognized Problem: File extension .hsig not recognized. Solution: Use Haskell filetype for .hsig files. (Marcin Szamotulski, closes #8236)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 May 2021 11:30:03 +0200
parents 80422f66978a
children 05c199ea8295
comparison
equal deleted inserted replaced
24680:0072259ad95a 24681:1077a2762d06
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 2879,
753 /**/ 755 /**/
754 2878, 756 2878,
755 /**/ 757 /**/
756 2877, 758 2877,
757 /**/ 759 /**/