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

Improve nvim/vim to immediately create the undofile after :UndotreePersistUndo executed. #165

Merged
merged 1 commit into from Oct 23, 2023

Conversation

VimfanTPdvorak
Copy link

  • The undofile will only be created once the buffer has been written to the file. Therefore, it is necessary to write the buffer the first time the :UndotreePersistUndo command is called.
  • Echo "A persistence undo file has been created." once the persistence undofile has been created.
  • Add debug logging in the undotree#UndotreePersistUndo function.

- The undofile will only be created once the buffer has been written to
  the file. Therefore, it is necessary to write the buffer the first time
  the :UndotreePersistUndo command is called.
- Echo  "A persistence undo file has been created." once the persistence
  undofile has been created.
- Add debug logging in the undotree#UndotreePersistUndo function.
@mbbill mbbill merged commit 3ff3aa0 into mbbill:master Oct 23, 2023
@VimfanTPdvorak VimfanTPdvorak deleted the enhancepersist branch October 23, 2023 10:02
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