On Jul 10, 3:57 pm, Bram Moolenaar <[email protected]> wrote: > [copying to vim-dev, Mattias's mail server blocks my messages]
Oops, seems my server doesn't like your hosting provider. Just added an exception, so that should work better next time. > I found that a few files were left behind after unpacking, I added a few > commands to remove these. Thanks! > You have removed all the SAL lines, the .sug files won't be generated. > Why did you remove them, did they not work well? I get a segfault when I include those lines. Steps to reproduce: cd runtime/spell/sv hg revert main.aap -r 2293 hg revert sv_SE.diff -r 2280 delete line 32-37 in diff file (Outdated fix for old version of OO- dict files) after that, I get a segfault in the "Performing soundfolding..." step. Same result on both my Macbook and Gentoo VPS, both with a newly compiled vim in the tree and with the stock vim included in the OS. I did some attempts to isolate which lines might be at fault, but there seems to be more than one, and my knowledge of the spell file format is definitely not up to speed. I can guess what the lines do, but I can't see whether there are obvious mistakes there or not. Then again, I guess vim would handle this a bit more gracefully, so I guess it might be more obscure than just a typo somewhere. It seems this section of the diff is included from another document, I will look into the possibility of getting the latest version of that file from the origin, rather than just have it included in a diff. I haven't found an obvious source that's just not random packages around the web, though. -- 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
