Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.5k
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
base:master
Are you sure you want to change the base?
Conversation
Uh oh!
There was an error while loading.Please reload this page.
4b7b5e1 to4d7b9aaComparejustinmk commentedDec 17, 2025
Will these changes be useful for extmarks + undo? |
janlazo commentedDec 17, 2025
I don't know. 8.1.0688 is now a "dependency" for 9.1.0843 since some 9.x patches reduce 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>
Problem: Text properties are not restored by undo.
Solution: Also save text properties for undo.
vim/vim@ccae467
Revisit#35508.