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

Alter regex so that empty lines switch to start with colon #173

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

Serene-Arc
Copy link
Contributor

This works by introducing a special case where there is an empty line,
adding a space so that the remainder of the regex do not view it as
"empty", allowing these lines to be changed back and forth with the \b
and \B remaps.

Addresses and resolves issue #160

This works by introducing a special case where there is an empty line,
adding a space so that the remainder of the regex do not view it as
"empty", allowing these lines to be changed back and forth with the \b
and \B remaps.
@mcepl
Copy link
Member

mcepl commented Oct 26, 2020

Thank you very much!

@mcepl mcepl merged commit 791bec0 into vimoutliner:master Oct 26, 2020
@Serene-Arc Serene-Arc deleted the bug-fix-160 branch October 26, 2020 22:25
@Serene-Arc
Copy link
Contributor Author

Thanks! My first merged pull request lol big moment for 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

Successfully merging this pull request may close these issues.

None yet

2 participants