mirror of
https://github.com/amix/vimrc
synced 2025-07-06 16:05:01 +08:00
added easymotion
This commit is contained in:
11
sources_non_forked/vim-easymotion/Rakefile
Normal file
11
sources_non_forked/vim-easymotion/Rakefile
Normal file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env rake
|
||||
|
||||
task :ci => [:dump, :test]
|
||||
|
||||
task :dump do
|
||||
sh 'vim --version'
|
||||
end
|
||||
|
||||
task :test do
|
||||
sh 'bundle exec vim-flavor test'
|
||||
end
|
Reference in New Issue
Block a user