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