comparison src/version.c @ 28265:67ef250562e5 v8.2.4658

patch 8.2.4658: org-mode files are not recognized Commit: https://github.com/vim/vim/commit/3a6f952cc87065a4cf1f6502b2054ba99fdf45ed Author: ranjithshegde <ranjithshegde@gmail.com> Date: Thu Mar 31 20:24:35 2022 +0100 patch 8.2.4658: org-mode files are not recognized Problem: Org-mode files are not recognized. Solution: Add patterns to recognize "org" files. (closes https://github.com/vim/vim/issues/10046)
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Mar 2022 21:30:03 +0200
parents c446812efd60
children 39a833e69bf3
comparison
equal deleted inserted replaced
28264:9c13b183de2e 28265:67ef250562e5
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 4658,
753 /**/ 755 /**/
754 4657, 756 4657,
755 /**/ 757 /**/
756 4656, 758 4656,
757 /**/ 759 /**/