1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
SpaceVim/bundle/vim-bookmarks/Guardfile
2021-08-04 17:05:38 +08:00

6 lines
90 B
Ruby

guard :shell do
watch(/(autoload|plugin|t)\/.+\.vim$/) do |m|
`rake test`
end
end