comparison src/version.c @ 34930:6ba2db6b7808 v9.1.0323

patch 9.1.0323: filetype: cabal config files may not be recognized Commit: https://github.com/vim/vim/commit/799dedec0e959d7a18df8a06d497770706d1627c Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sun Apr 14 20:22:19 2024 +0200 patch 9.1.0323: filetype: cabal config files may not be recognized Problem: filetype: cabal config files may not be recognized Solution: Change filetype pattern to '*/{,.}cabal/config' (Wu Zhenyu) closes: #14498 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Apr 2024 20:30:05 +0200
parents c2971e1cc927
children 1d6cc394283c
comparison
equal deleted inserted replaced
34929:f3340c5a0dc5 34930:6ba2db6b7808
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 323,
707 /**/ 709 /**/
708 322, 710 322,
709 /**/ 711 /**/
710 321, 712 321,
711 /**/ 713 /**/