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