Skip to content

Instantly share code, notes, and snippets.

@raimon49
Created May 26, 2014 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raimon49/129d4354b351afe4e043 to your computer and use it in GitHub Desktop.
Save raimon49/129d4354b351afe4e043 to your computer and use it in GitHub Desktop.
filetypeの一覧を出力
:echo join(map(split(globpath(&rtp, 'ftplugin/*.vim'), '\n'), 'fnamemodify(v:val, ":t:r")'), "\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment