commit | f07d1a7108f29068efeb61d91454c4120ab5ae6c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 09 21:01:47 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 09 21:01:47 2023 +0100 |
tree | a24524a2c3305258eb536c164e3424e6f554cfb6 | |
parent | 740df76c90ee2c421ab7852b7ff2835aa0af782a [diff] [blame] |
patch 9.0.1623: the program to filetype translation is not exported Problem: The program to filetype translation is not exported. Solution: Export Exe2filetype().
diff --git a/src/version.c b/src/version.c index ddc30c2..8d38d36 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1623, +/**/ 1622, /**/ 1621,