I notice many keywords in runtime/syntax/vim.vim are split across multiple lines. For example, I assume all the lines beginning with "syn keyword vimCommand" could logically be assumed to be a single (very long) command. Is that accurate?
If this is correct, I'm curious if there's some pattern to how they are organized. It seems each line is in alphabetical order. But there's a's in each line. Is there some way to decide which line each keyword goes to? Or am I just over-thinking things? :) Kartik http://akkartik.name -- 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
