Peng Yu wrote:
[snip]

  Also is
'syn match' slower than 'syn keyword'?
Yes -- keywords are matched using hashing; syn match uses the regular expression engine.

Chip

--
You received this message from the "vim_use" 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

Reply via email to