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 517404f0..761a6c15 100644 --- a/after/syntax/cpp.vim +++ b/after/syntax/cpp.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'cpp-modern') +if has_key(g:polyglot_is_disabled, 'cpp-modern') finish endif |