We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this bug happen when you install plugin without vim-polyglot?
no
Describe the bug:
Editing a shell filetype with let g:polyglot_disabled = ['option'] in ~/.vimrc gives errors.
let g:polyglot_disabled = ['option']
~/.vimrc
To Reproduce:
add let g:polyglot_disabled = ['option' ...] to ~/.vimrc`
let g:polyglot_disabled = ['option' ...] to
edit a shell file
vim returns:
Error detected while processing BufRead Auto commands for ".bashrc": E117: Unknown function: dist#ft#SetFileTypeSH
Thanks again.
The text was updated successfully, but these errors were encountered:
7324528
probably should be fine now, thank you
Sorry, something went wrong.
Allow to override incsearch, #603
f52f6b9
No branches or pull requests
Does this bug happen when you install plugin without vim-polyglot?
no
Describe the bug:
Editing a shell filetype with
let g:polyglot_disabled = ['option']
in~/.vimrc
gives errors.To Reproduce:
add
let g:polyglot_disabled = ['option' ...] to
~/.vimrc`edit a shell file
vim returns:
Thanks again.
The text was updated successfully, but these errors were encountered: