Hi,
Another bug:
If a mubu object has several buffers with the same name and I save all buffers to a single .mubu object, clear buffers and reload it (with readappend command), only the first instances of the buffer names are appearing correctly, the other ones are replaced by numbers (the buffer index).
For instance, if my buffer names are
test, test, test1, test1
then after saving and loading from .mubu file i get
test, 2, test1, 4
Instead, I expect that their name is recovered correclty.
I am not sure how it does with the json and other file types, but for now there are bugs with json files (see my other posts) that force me to use only .mubu files that contain all the buffers at once.