On 29/10/09 10:17, Raúl Núñez de Arenas Coronado wrote: > > Hi Bram :) > > 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 > Compiled by DervishD<r...@dervishd.net> > Huge version without GUI. Features included (+) or not (-): [...]
A crash means a bug; but this said, 'isprint' is not meant to contain _any_ character above 0xFF, see its help: > Multi-byte characters 256 and above are always included, only the > characters up to 255 are specified with this option. When a character > is printable but it is not available in the current font, a > replacement character will be shown. > Unprintable and zero-width Unicode characters are displayed as <xxxx>. > There is no option to specify these characters. Best regards, Tony. -- Laugh at your problems; everybody else does. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---