Skip to content

order of g:polyglot_disabled options affects settings #602

Closed
@mtklr

Description

@mtklr

Does this bug happen when you install plugin without vim-polyglot?

No

Describe the bug:

The order of settings given in let g:polyglot_disabled = ['...', '...'] affects whether they (or just "sensible"?) are disabled or not.

To Reproduce:

" disables 'sensible' (checking with 'incsearch', incsearch is off)
`let g:polyglot_disabled = ['sensible', 'autoindent']`

vs.

" does not disable 'sensible' ('incsearch' still set via vim-polyglot)
let g:polyglot_disabled = ['autoindent', 'sensible']

Sorry if I'm misunderstanding how this should work.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions