iago-lito / vim-visualMarks

mark and retrieve selections in Vim
GNU General Public License v2.0
20 stars 6 forks source link

All Unnamed buffers use the same filepath - " " #10

Closed hallzy closed 8 years ago

hallzy commented 8 years ago

This only applies if/when pull request #8 has been merged.

multiple unnamed buffers would all use the same dictionary entries. Should try and find a way around this so that we can have multiple unnamed buffers with separate entries.

iago-lito commented 8 years ago

Fixed with ff8b1ea! each unnamed buffer is now identified by a special string including its buffer id. (Vim's bufnr()). Marking multiple unnamed buffers should work now :)