summaryrefslogtreecommitdiffstats
path: root/indent/cython.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/cython.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/cython.vim b/indent/cython.vim
index 2bf211d8..475bbf40 100644
--- a/indent/cython.vim
+++ b/indent/cython.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'python-indent') == -1
+
" PEP8 compatible Python indent file
" Language: Python
" Maintainer: Daniel Hahler <https://daniel.hahler.de/>
@@ -453,4 +454,5 @@ function! GetPythonPEPIndent(lnum)
return s:indent_like_previous_line(a:lnum)
endfunction
+
endif