diff options
Diffstat (limited to 'ftplugin/diff.vim')
-rw-r--r-- | ftplugin/diff.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/diff.vim b/ftplugin/diff.vim index 66ec4179..c7d8cefc 100644 --- a/ftplugin/diff.vim +++ b/ftplugin/diff.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'diff') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'diff', 'ftplugin/diff.vim') finish endif |