undotree icon indicating copy to clipboard operation
undotree copied to clipboard

The undo history visualizer for VIM

Results 44 undotree issues
Sort by recently updated
recently updated
newest added

# Steps to reproduce 1. Open Undotree window with `:UndotreeShow` 1. Type `qq` to record macro in register q 1. Type `othis is a testq` to type text in a...

bug

I found that some time it's quite hard to know where I am in my jumps list, espacially when I did a jump during a "jump-journey" (as new jump are...

Hi, I have deleted a file which I would like to restore. I can see the undo file is still there, for example: ```sh ls ~/.vim/tmp/undo/%etc%sysctl.conf ``` Of course when...

It would be great to be able to select a chunk of text (via the VISUAL modes) and for undotree to only undo changes in that selected part of the...

Hi, It seems the latest release (v6.1) is from 2019 and it is getting quite old. Downstreams like https://github.com/nixos/nixpkgs have been shipping master branch snapshots for years. How about making...

hi Bai, thank you for developing this amazing plugin. i think i found the following bug. 1. assume home directory: "C:\Users\FirstName LastName" 2. launch undotree 3. the Diff window will...

bug

I've tried setting delta https://github.com/dandavison/delta as the diff command but it doesn't work. Is it possible to use a command that provides side-by-side comparisons?

Hi, When running `:UndotreeToggle` I get the following error: ``` Error detected while processing function undotree#UndotreeToggle[17]..function undotree#UndotreeToggle[11]..25: line 7: E121: Undefined variable: t:diffpanel ``` By pressing "ENTER", the side panel...

Currently, it's possible to "goto" next/previous (saved) state When examining changes, I would really prefer a shortcut, to "goto" last saved state (instead of looking up that number and jumping...

enhancement

When I press Enter on a listed timed change, my file gets applied with the change selected. I would like to watch a specific change's diff without actually changing my...

enhancement