Fix spelling errors, closes #334

This commit is contained in:
Adam Stankiewicz 2019-03-04 11:35:21 +01:00
parent b69fbad1af
commit ebf81f7369
4 changed files with 4 additions and 4 deletions

View File

@ -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)

2
build
View File

@ -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

View File

@ -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

View File

@ -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