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