summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xbuild2
-rw-r--r--indent/cython.vim2
-rw-r--r--indent/python.vim2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0a86d689..1ee9bdf9 100644
--- a/README.md
+++ b/README.md
@@ -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)
diff --git a/build b/build
index c661e0b7..10ae7e62 100755
--- a/build
+++ b/build
@@ -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