farmergreg / vim-lastplace

A vim / nvim plugin that intelligently reopens files at your last edit position.
https://www.gregd.org/
MIT License
583 stars 28 forks source link

Compare to vim-stay #7

Closed Konfekt closed 8 years ago

Konfekt commented 8 years ago

Useful plugin, and new to me. Interesting would be a comparison, or even symbiosis, with https://github.com/kopischke/vim-stay which, on first glance, does something similar.

farmergreg commented 8 years ago

Please submit a patch. Thanks!

Konfekt commented 8 years ago

Hmm.. you know vim-lastplace better than the greenhorn over here. It seems to me that vim-stay restores folds and other information as well, whereas vim-lastplace focuses on restoring the cursor position and unfolding to see it, whenever necessary. It was more meant as a hint than a pull request of mine that blends them together.

farmergreg commented 8 years ago

Thanks, @Konfekt