comparison src/version.c @ 34727:eac204857d17 v9.1.0242

patch 9.1.0242: filetype: octave history files are not recognized Commit: https://github.com/vim/vim/commit/be71ac694f623e162f1ecb7a182bdf2fd281591f Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sun Mar 31 19:18:10 2024 +0200 patch 9.1.0242: filetype: octave history files are not recognized Problem: filetype: octave history files are not recognized Solution: Detect octave/history files as octave (Wu, Zhenyu) closes: #14363 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Mar 2024 19:30:04 +0200
parents 6a0426cb8273
children 5f7cf5c107c8
comparison
equal deleted inserted replaced
34726:1dcdcc859b91 34727:eac204857d17
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 242,
707 /**/ 709 /**/
708 241, 710 241,
709 /**/ 711 /**/
710 240, 712 240,
711 /**/ 713 /**/