diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | build | 2 | ||||
| -rw-r--r-- | indent/cython.vim | 2 | ||||
| -rw-r--r-- | indent/python.vim | 2 | 
4 files changed, 4 insertions, 4 deletions
| @@ -130,7 +130,7 @@ If you need full functionality of any plugin, please use it directly with your p  - [puppet](https://github.com/voxpupuli/vim-puppet) (syntax, indent, ftplugin)  - [purescript](https://github.com/purescript-contrib/purescript-vim) (syntax, indent, ftplugin)  - [python-compiler](https://github.com/aliev/vim-compiler-python) (compiler, autoload) -- [python-ident](https://github.com/Vimjas/vim-python-pep8-indent) (indent) +- [python-indent](https://github.com/Vimjas/vim-python-pep8-indent) (indent)  - [python](https://github.com/vim-python/python-syntax) (syntax)  - [qmake](https://github.com/artoj/qmake-syntax-vim) (syntax)  - [qml](https://github.com/peterhoeg/vim-qml) (syntax, indent, ftplugin) @@ -238,7 +238,7 @@ PACKS="    puppet:voxpupuli/vim-puppet    purescript:purescript-contrib/purescript-vim    python-compiler:aliev/vim-compiler-python -  python-ident:Vimjas/vim-python-pep8-indent +  python-indent:Vimjas/vim-python-pep8-indent    python:vim-python/python-syntax    qmake:artoj/qmake-syntax-vim    qml:peterhoeg/vim-qml diff --git a/indent/cython.vim b/indent/cython.vim index 68afa793..5d1bb261 100644 --- a/indent/cython.vim +++ b/indent/cython.vim @@ -1,4 +1,4 @@ -if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'python-ident') != -1 +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'python-indent') != -1    finish  endif diff --git a/indent/python.vim b/indent/python.vim index 68afa793..5d1bb261 100644 --- a/indent/python.vim +++ b/indent/python.vim @@ -1,4 +1,4 @@ -if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'python-ident') != -1 +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'python-indent') != -1    finish  endif | 
