Hi, Sebastian YEPES schrieb am 21.10.2016 um 13:23: > On Friday, October 21, 2016 at 8:02:13 AM UTC+2, KF Leong wrote: >> On Thursday, 20 October 2016 08:46:11 UTC+8, Sebastian YEPES wrote: >>> Hello, >>> >>> I have noticed that after upgrading from 7.x to 8.x the "Diff with Vim" >>> right click is no longer working. >>> >>> Has anyone else also experienced this? >>> If I run: gvim -d file1 file2 it works as expected. >>> >>> Has the GVimExt been updated to use the embedded diff? >>> >>> Note: I am used bins from: https://www.mx.tuxproject.de/projects/vim/ >>> >> Please check the following registry entry: >> HKEY_CLASSES_ROOT\CLSID\{51EEE242-AD87-11d3-9C1E-0090278BBD99}\InProcServer32 >> >> Change the gVim program path to vim80 instead of vim74. > > Thanks for the reply, I have checked the value but it's allready on vim80 > > C:\Program Files\vim80\gvimext\gvimext.dll (See attachment) > > Do you know how I could debug this issue?
is your gvim.exe located in "C:\Program Files\vim80" or in "C:\Program Files\vim\vim80"? In the latter case the path in the registry should probably be C:\Program Files\vim\vim80\gvimext\gvimext.dll (note the additional "\vim")? Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
