Lech Lorens wrote:
> > Hi Raúl, > > > > * Raúl Núñez de Arenas Coronado (raul...@gmail.com) wrote: > > > Easy to reproduce: > > > $ vim -u NONE > > > [Vim starts] > > > :set isprint=∙ > > > > > > For the above I use <Ctrl-K> to enter the digraph, then "Sb" for Small > > > bullet. As soon as you hit enter after the above: > > > Vim: Caught deadly signal SEGV > > > Vim: Finished > > > [1] 29734 segmentation fault vim -u NONE > > > > > > It happens with other digraphs, probably all above u+00ff but I haven't > > > tested thorougly. > > > > > > My version of Vim > > > > > > > > > VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Oct 22 2009 12:06:16) > > > Included patches: 1-267 > > > > with my vim (7.2.245 under Linux) I get an error instead: > > > > E474: Invalid argument: isprint=∙ > > > > Maybe it got introduced by a patch in between our versions? > > > > Jan > > The problem was introduced by patch 7.2.252. Or actually it was not > reproducible before 7.2.252 due to the fact that it was not possible to > use multi-byte characters at all. > > The attached patch fixes the problem. Additionally, it allows to specify > a range of multi-byte characters, e.g.: > :set isp=ð-÷ Thanks Lech! -- Why isn't there mouse-flavored cat food? /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---