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