comparison src/version.c @ 32126:fb13656998a5 v9.0.1394

patch 9.0.1394: Unx Tal files are not recognized Commit: https://github.com/vim/vim/commit/cde1f8714ed2c046aa770c46229e781380122bd7 Author: Amaan Qureshi <amaanq12@gmail.com> Date: Wed Mar 8 19:55:50 2023 +0000 patch 9.0.1394: Unx Tal files are not recognized Problem: Unx Tal files are not recognized. Solution: Add a pattern for Unx Tal files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/12117)
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Mar 2023 21:00:05 +0100
parents a71e0e099950
children 9730da870503
comparison
equal deleted inserted replaced
32125:7fcec64ade52 32126:fb13656998a5
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 1394,
698 /**/ 700 /**/
699 1393, 701 1393,
700 /**/ 702 /**/
701 1392, 703 1392,
702 /**/ 704 /**/