diff -r 4ffc0380b228 -r 3346aa8d5364 specky/Makefile --- a/specky/Makefile Sat Mar 28 02:57:39 2009 +0000 +++ b/specky/Makefile Fri Apr 03 23:34:00 2009 +0000 @@ -2,8 +2,11 @@ SOURCE = syntax/rdoc.vim SOURCE += syntax/specrun.vim +SOURCE += syntax/rspec.vim +SOURCE += ftdetect/rspec.vim SOURCE += doc/specky.txt SOURCE += plugin/specky.vim +SOURCE += snippets/rspec.snippets ${PLUGIN}.vba: ${SOURCE} vim --cmd 'let g:plugin_name="${PLUGIN}"' -s build.vim