Just like the message says, it's because the PATH environment variable changed. In your shell it has a different value than in vim. If you run tup with PATH set to one thing, then you run tup again with another value for PATH, it will rebuild everything. Thus, if you run tup from the shell, then run it in vim where the PATH is different, everything get rebuilt.
As to why it is different in vim, that's hard to say. Make sure you start vim from the same shell as you are running tup from. On my Mac, PATH has the same value in vim as it does in the shell. -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
