-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Description
It happened to me that I ran 'rake' twice, and when I took a look at 'snippets' dir content, every folder in there had another symlink to the same location of its parent. e.g.:
After the first 'rake', the snippets folder looked like:
~/.vim/bundle/snipmate/snippets/ruby/foo.snippet
~/.vim/bundle/snipmate/snippets/ruby/bar.snippet
...
But After the second 'rake', the snippets folder looked like:
~/.vim/bundle/snipmate/snippets/ruby/ruby
~/.vim/bundle/snipmate/snippets/ruby/foo.snippet
~/.vim/bundle/snipmate/snippets/ruby/bar.snippet
...
Where this first entry ("ruby") is actually a symlink to its parent.
I commited a change to my fork that fixed this issue for me (53f3a7f). I can pull it if you think it worths.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels