mirror of
https://github.com/zoriya/vim.git
synced 2026-05-27 08:43:02 +00:00
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".
This commit is contained in:
Vendored
+1
-1
@@ -231,7 +231,7 @@ func dist#ft#FTfs()
|
||||
\ || line =~ '^\s*: \S'
|
||||
setf forth
|
||||
else
|
||||
setf fs
|
||||
setf fsharp
|
||||
endif
|
||||
endif
|
||||
endfunc
|
||||
|
||||
Reference in New Issue
Block a user