Can I count on buffer numbers never being re-used within a session?

2016-11-02 Thread Brett Stahlman
I realize that in the current implementation, they are not re-used, but I need to know whether I can depend on this in future versions of Vim. According to documentation on :ls... "Each buffer has a unique number. That number will not change, thus you can always go to a specific buffer with ":bu

Re: Can I count on buffer numbers never being re-used within a session?

2016-11-03 Thread Bram Moolenaar
Brett Stahlman wrote: > I realize that in the current implementation, they are not re-used, > but I need to know whether I can depend on this in future versions of > Vim. > > According to documentation on :ls... > > "Each buffer has a unique number. That number will not change, > thus you can