mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 23:10:04 +08:00
6 lines
90 B
Ruby
Vendored
6 lines
90 B
Ruby
Vendored
guard :shell do
|
|
watch(/(autoload|plugin|t)\/.+\.vim$/) do |m|
|
|
`rake test`
|
|
end
|
|
end
|