-
Notifications
You must be signed in to change notification settings - Fork 102
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
:UndotreeToggle causes Undefined variable: t:diffpanel #159
Comments
undotree.zip |
That fixed it, thanks! |
I just updated master branch with this patch, can you help verify it? |
I'm testing it on another machine with the same config, but it's not working, even when I use the autoload file:
The difference between machines is that I don't have Vim installed in this one, only NeoVim. |
looks like nvim displays error message in a not quite friendly way. "Vim(echoerr):"diff" is not executable." is the actual error message. You might need to install a diff tool on your system. |
Ok, thank you for your help I'll see what I can do. I just find it strange because both Powershell |
I've tried to init the plugin with |
Just had the same Issue. I fixed it for me by installing vim and setting an environmental variable to the folder in which the diff.exe is installed. |
Have same issue on Windows. Can you explain which env you set? |
I set the System Vaiable "Path" to the folder that held the diff.exe. |
Thank you. |
Thanks a lot @thearturca and @Huddinii i also solved the undo tree toggle diff executable missing error by adding vim path to env variables. But now when I try to view any diffs of the undo tree, the diff panel doesn’t work. Have you gotten the diff panel to also work? |
@Huddinii you saved my life man. Thanks. |
Hi,
When running
:UndotreeToggle
I get the following error:By pressing "ENTER", the side panel toggles as expected, but I always get the error.
For context, I have a fresh nvim install, with almost no remaps and only the following plugins: telescope, vim-nightfly-colors, nvim-treesitter, vim-fugitive. I'm following this tutorial
The text was updated successfully, but these errors were encountered: