comparison src/version.c @ 24598:6b85c09a4d73 v8.2.2838

patch 8.2.2838: file extension .wrap not recognized Commit: https://github.com/vim/vim/commit/e3e598e82b79a2ab5ba5e312d54e65c940e2e809 Author: Liam Beguin <liambeguin@gmail.com> Date: Thu May 6 17:45:22 2021 +0200 patch 8.2.2838: file extension .wrap not recognized Problem: File extension .wrap not recognized. Solution: Use dosini filetype for .wrap files. (Liam Beguin, closes https://github.com/vim/vim/issues/8177)
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 May 2021 18:00:04 +0200
parents acd9220bdd0b
children cb4cb3ff5736
comparison
equal deleted inserted replaced
24597:fc8dc5a3367b 24598:6b85c09a4d73
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 2838,
753 /**/ 755 /**/
754 2837, 756 2837,
755 /**/ 757 /**/
756 2836, 758 2836,
757 /**/ 759 /**/