This happened to me several times now so I think this probably happens to other people too:
When writing a script, I often have to do a regex and match subparts, but I always forget which function is. I easily fall on ":h match()" but nowhere within match() is matchlist() or matchstr() mentionned, so I scroll a bit around and I know matchlist() isn't *that* far below, but usually just too far for me to fall on it, so I end up searching for :h regex<Tab>, googling/asking on irc etc only to discover I wasn't far away with my original match() and curse. A simple line like "If you're interested in the match results, see matchlist()" would be enough. Philippe -- 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
