I've found that some C code is incorrectly rendered when I use 'nolist' option.
In the attached file, lines 6-7 are incorrectly shifted to the right and when I press '$' the cursor doesn't move all the way to the end of the text. I wonder if it is something related to my environment or can be reproduced by others? Kent. -- -- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
void getgcmask(byte *p, Type *t, byte **mask, uintptr *len) { byte *base; *mask = nil; *len = 0; if(p >= data && p < edata) { } }