Naga Kiran K wrote: > Hi, > > This is the snippet took from C syntax file bundled with gvim > installation. > > " Avoid recognizing most bitfields as labels > syn match cBitField *display* "^\s*\I\i*\s*:\s*[1-9]"*me=e-1* > contains=cType > > Can someone please clarify what "me=me-1" means, I tried to look for > this in manual but couldn't find any relevant documentation. > Also, what "display" option indicates here? Hello,
For understanding me=me-1, see :help syn-pattern-offset . For display, see :help syntax-display Regards, Chip Campbell -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
