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