commit | 53ba95e4f0a82f6dab1791bb01f6cddc9b3f61b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 13:02:58 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 13:02:58 2021 +0000 |
tree | b0530560f173b7e3959139d98f168fbd0dba412c | |
parent | 98cb90ef865089a5ddd20bc0303d449fb7d97fb2 [diff] [blame] |
patch 8.2.3703: most people call F# "fsharp" and not "fs" Problem: Most people call F# "fsharp" and not "fs". Solution: Rename filetype "fs" to "fsharp".
diff --git a/src/version.c b/src/version.c index 302db8e..a190af5 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3703, +/**/ 3702, /**/ 3701,