On 2022-01-30, Gary Johnson wrote: > On 2022-01-29, Jonathon wrote: > > This pull request is an algorithm I've written and tested / developed over > > the > > past year to improve the diff mode of neovim, applied as a patch to vim. > > I just started playing with this. I applied your 9661.patch to Vim > 8.2.4257. Then, with .../vim/src first in my PATH and "silent! set > diffopt+=linematch:60" in my vimrc, I executed "git difftool" in the > .../vim directory to see how your algorithm affected the results. > The first file opened with these messages. > > "runtime/doc/options.txt" 9293L, 403236B > Error detected while processing command line: > E341: Internal error: lalloc(0, )
I neglected to include the entire 'diffopt' setting at the time of the error: diffopt=internal,filler,indent-heuristic,algorithm:patience,vertical,linematch:60 Regards, Gary -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20220130090427.GA744%40phoenix.
