xolox / vim-session

Extended session management for Vim (:mksession on steroids)
http://peterodding.com/code/vim/session/
961 stars 80 forks source link

Buffer number starts from 4 (non-zero)? #149

Open dragonxlwang opened 8 years ago

dragonxlwang commented 8 years ago

When saving the session, my buffer number was starting from 0

However, when loading the session, the buffer number starts from 4 instead. Is there a reasoning behind this?

Thanks,