diff options
Diffstat (limited to 'compiler/python.vim')
-rw-r--r-- | compiler/python.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/python.vim b/compiler/python.vim index 63930793..eac2bb84 100644 --- a/compiler/python.vim +++ b/compiler/python.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'python-compiler') == -1 + " Vim compiler file " Compiler: Unit testing tool for Python " Maintainer: Ali Aliev <ali@aliev.me> @@ -66,4 +67,5 @@ else endif " vim:foldmethod=marker:foldlevel=0 + endif |