diff options
Diffstat (limited to 'indent/python.vim')
-rw-r--r-- | indent/python.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/python.vim b/indent/python.vim index 2bf211d8..475bbf40 100644 --- a/indent/python.vim +++ b/indent/python.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 |