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 53236246..36da7bb5 100644 --- a/syntax/stp.vim +++ b/syntax/stp.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'stp') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'stp', 'syntax/stp.vim') finish endif |