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

vim-patch:9.0.2017: linebreak applies for leading whitespace #25604

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

zeertzjq
Copy link
Member

@zeertzjq zeertzjq commented Oct 11, 2023

Fix #25276

vim-patch:9.0.2017: linebreak applies for leading whitespace

Problem: linebreak applies for leading whitespace
Solution: only apply linebreak, once we have found non-breakat chars in
the line

closes: vim/vim#13243

vim/vim@dd75fcf

Co-authored-by: Christian Brabandt cb@256bit.org

Problem:  linebreak applies for leading whitespace
Solution: only apply linebreak, once we have found non-breakat chars in
          the line

closes: vim/vim#13228
closes: vim/vim#13243

vim/vim@dd75fcf

Co-authored-by: Christian Brabandt <cb@256bit.org>
@zeertzjq zeertzjq changed the title vim-patch:9.0.2017 vim-patch:9.0.2017: linebreak applies for leading whitespace Oct 11, 2023
@github-actions github-actions bot added the vim-patch See https://neovim.io/doc/user/dev_vimpatch.html label Oct 11, 2023
@zeertzjq zeertzjq merged commit e2406d1 into neovim:master Oct 11, 2023
15 checks passed
@zeertzjq zeertzjq deleted the vim-9.0.2017 branch October 11, 2023 22:49
@github-actions github-actions bot removed the request for review from seandewar October 11, 2023 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vim-patch See https://neovim.io/doc/user/dev_vimpatch.html
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extra line break after indent when settings wrap, linebreak and breakindent are enabled
1 participant