> Is there an easier way to get a list of the functions in a script than using regex? cscope or ctags (both available in macports) ought to do this, but I'm not familiar enough to know how. They're both used to hop around between functions and function calls in vim.