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