summaryrefslogtreecommitdiffstats
path: root/runtime/autoload/dist/ft.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-11-30 13:02:58 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-30 13:02:58 +0000
commit53ba95e4f0a82f6dab1791bb01f6cddc9b3f61b3 (patch)
treeb0530560f173b7e3959139d98f168fbd0dba412c /runtime/autoload/dist/ft.vim
parent98cb90ef865089a5ddd20bc0303d449fb7d97fb2 (diff)
patch 8.2.3703: most people call F# "fsharp" and not "fs"v8.2.3703
Problem: Most people call F# "fsharp" and not "fs". Solution: Rename filetype "fs" to "fsharp".
Diffstat (limited to 'runtime/autoload/dist/ft.vim')
-rw-r--r--runtime/autoload/dist/ft.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/dist/ft.vim b/runtime/autoload/dist/ft.vim
index 0cbcb1bbb5..74df871544 100644
--- a/runtime/autoload/dist/ft.vim
+++ b/runtime/autoload/dist/ft.vim
@@ -231,7 +231,7 @@ func dist#ft#FTfs()
\ || line =~ '^\s*: \S'
setf forth
else
- setf fs
+ setf fsharp
endif
endif
endfunc