> Björn -- The reason that I posted it in this forum instead was that I > was thinking about a thin, one pixel line, rather than a column of ' | > ' characters. But I think that you are right; it would make sense to > have the feature available everywhere. Although I feel that a one > pixel line is much nicer than a blocky column of characters ;) > > Anyway, thank you for your replies. I'll look into the vim source and > see if I can make any sense out of it and post an update if i decide > to fix anything.
You can "only" support all gvims. I believe there already is a draw_line() function that vim uses to draw the spell checking squiggles, you probably can just call that (make sure to test with multiple split windows, and with wrapping lines). Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
