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] |
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/runtime/autoload/dist/ft.vim b/runtime/autoload/dist/ft.vim index 0cbcb1b..74df871 100644 --- a/runtime/autoload/dist/ft.vim +++ b/runtime/autoload/dist/ft.vim
@@ -231,7 +231,7 @@ \ || line =~ '^\s*: \S' setf forth else - setf fs + setf fsharp endif endif endfunc