Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

vim-patch:8.1.0688: text properties are not restored by undo#36987

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
janlazo wants to merge2 commits intoneovim:master
base:master
Choose a base branch
Loading
fromjanlazo:vim-8.1.0688

Conversation

@janlazo
Copy link
Contributor

Problem: Text properties are not restored by undo.
Solution: Also save text properties for undo.

vim/vim@ccae467

Revisit#35508.

janlazo reacted with confused emoji
@github-actionsgithub-actionsbot added the vim-patchSee https://neovim.io/doc/user/dev_vimpatch.html labelDec 15, 2025
@janlazojanlazoforce-pushed thevim-8.1.0688 branch 2 times, most recently from4b7b5e1 to4d7b9aaCompareDecember 17, 2025 01:58
@justinmk
Copy link
Member

Will these changes be useful for extmarks + undo?

@janlazo
Copy link
ContributorAuthor

I don't know.

8.1.0688 is now a "dependency" for 9.1.0843 since some 9.x patches reducestrlen() usage.
Consistent corruption errors is not a good sign.

My actual motivation instead is debugging my test failures with#36864 since recent 9.x patches deal with swap file (cleanup) for tests.

Problem:    Text properties are not restored by undo.Solution:   Also save text properties for undo.vim/vim@ccae467Co-authored-by: Bram Moolenaar <Bram@vim.org>
Problem:  too many strlen() calls in undo.cSolution: refactor code and remove strlen() calls, update test_undo.vim          and close remaining open swap files (John Marriott)closes:vim/vim#15995vim/vim@fd1a838Co-authored-by: John Marriott <basilisk@internode.on.net>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

vim-patchSee https://neovim.io/doc/user/dev_vimpatch.html

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@janlazo@justinmk

[8]ページ先頭

©2009-2025 Movatter.jp