comparison src/version.c @ 32292:91bb2a8cc866 v9.0.1478

patch 9.0.1478: filetypes for *.v files not detected properly Commit: https://github.com/vim/vim/commit/80406c26188219f3773b2e9c49160caeeb386ee2 Author: Turiiya <34311583+tobealive@users.noreply.github.com> Date: Sat Apr 22 21:38:47 2023 +0100 patch 9.0.1478: filetypes for *.v files not detected properly Problem: Filetypes for *.v files not detected properly. Solution: Use the file contents to detect the filetype. (Turiiya, closes #12281)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Apr 2023 22:45:03 +0200
parents 9b0c304500cc
children bea4ebf594c6
comparison
equal deleted inserted replaced
32291:350996a79fc3 32292:91bb2a8cc866
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 1478,
698 /**/ 700 /**/
699 1477, 701 1477,
700 /**/ 702 /**/
701 1476, 703 1476,
702 /**/ 704 /**/