Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

fixed guardfile evaluating vim .swp files #5

Merged
merged 1 commit into from
Jan 31, 2012

Conversation

danoph
Copy link

@danoph danoph commented Jan 31, 2012

Hi,

The generated Guardfile code evaluates vim's .swp files since there isn't a dollar sign after the file extension for each file it watches. For example, if you edit app/controllers/items_controller.rb in vim, spin loads app/controllers/items_controller.rb and app/controllers/items_controller.rb.swp as well. I added a dollar sign to every line watched so it doesn't do this.

vizjerai added a commit that referenced this pull request Jan 31, 2012
fixed guardfile evaluating vim .swp files
@vizjerai vizjerai merged commit 98a4669 into vizjerai:master Jan 31, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants