Skip to content

editorconfig-vim does not work when used along side file-line plugin #169

@sidcha

Description

@sidcha

I'm using editorconfig-vim and file-line plugins together and they don't play nice.

vim filename.c      # Respects .editorconfig settings
vim filename.c:23   # Uses defaults

Creating an issue here as I think this could be due to filetype detection issue. ie., editorconfig-vim sees c:23 as filetype and hence the rules don't apply.

PS: file-line plugin is great as it allows me to copy-paste sections of text from of grep -rn or git grep -n and jump to the line in file without having to s/:/ +/ on that section. So I'd love to keep both of these plugins.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions