Skip to content

Polyglot overwrite tab size for Fortran fixed format #592

Closed
@tapirpad

Description

@tapirpad

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

Describe the bug:
Polyglot seems to overwrite the setting for tab size in neovim while editing fortran77 (fixed format) code. With polyglot enabled the tab size for fortran77 is 6. Removing the entire polyglot plugin fixed the issue. I tried disabling polyglot just for fortran with the following

let g:polyglot_disabled = ['fortran']

but it does not fixed the issue.

To Reproduce:
Set tab size other than 6.

set tabstop=2

Install and enable polyglot, then try using tab in a fortran77 file.

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