diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/fsharp.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/fsharp.vim b/syntax/fsharp.vim index 209639b1..17c78eeb 100644 --- a/syntax/fsharp.vim +++ b/syntax/fsharp.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('fsharp', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'fsharp') finish endif |