Skip to content

Instantly share code, notes, and snippets.

@thinca
Created November 20, 2009 04:07
Show Gist options
  • Save thinca/239279 to your computer and use it in GitHub Desktop.
Save thinca/239279 to your computer and use it in GitHub Desktop.
" Get command list.
redir => cmdlistredir
silent! command
redir END
let cmdlist = map(split(cmdlistredir, "\n")[1:],
\ 'matchstr(v:val, ''\a\w*'')')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment