diff options
Diffstat (limited to 'syntax/cs.vim')
-rw-r--r-- | syntax/cs.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/cs.vim b/syntax/cs.vim index 42646884..362c80f4 100644 --- a/syntax/cs.vim +++ b/syntax/cs.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'cs') +if has_key(g:polyglot_is_disabled, 'cs') finish endif |