Skip to content
New issue

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

about (IndentWiseBlockScopeBoundaryEnd) bypassing empty line check #14

Open
CHLOVEN opened this issue Dec 28, 2019 · 0 comments
Open

about (IndentWiseBlockScopeBoundaryEnd) bypassing empty line check #14

CHLOVEN opened this issue Dec 28, 2019 · 0 comments

Comments

@CHLOVEN
Copy link

CHLOVEN commented Dec 28, 2019

I'm always using FixWhitespace plugin while coding,
so (IndentWiseBlockScopeBoundaryBegin) , (IndentWiseBlockScopeBoundaryEnd)
would not work properly

e.g.

foo
    bar
        baz_1
        baz
        baz
        baz
        baz
        baz
        baz_1end
[emptyline]
        baz_2
        baz
        baz
        baz_2end

I'll always want to select from "baz_1" to "baz_1end" but "baz_2end",
and after I remove the space at the "emptyline" then the plugin bypass the line and threat the "baz_1" to "baz_2end" as whole paragraph(same level indentatoin).

Please help me :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant