dhruvasagar / vim-prosession

Handle vim sessions like a pro
254 stars 22 forks source link

Unique names for session files, handle reading from stdin #2

Closed jason0x43 closed 10 years ago

jason0x43 commented 10 years ago

This PR updates prosession to use unique names for session files, which eliminates collisions when editing in two directories with the same name. It also modifies procession to not restore the session when vim has been loaded by reading from stdin (e.g., vim -).

dhruvasagar commented 10 years ago

Looks decent, thanks for contributing :)

dhruvasagar commented 10 years ago

I have updated the plugin and tweaked the improvements provided by you for cosmetic reasons. Do let me know what you think.

jason0x43 commented 10 years ago

Looks good to me. Thanks for accepting!