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? Thanks in advance, Naga Kiran -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
