iago-lito / vim-visualMarks

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

Unnamed buffer entries are persistent #9

Closed hallzy closed 8 years ago

hallzy commented 8 years ago

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

Unnamed buffer entries in the vim-vis-marks file should be removed after that unnamed buffer has closed

iago-lito commented 8 years ago

Fixed in ff8b1ea ! Unnamed buffer entries are now cleaned up from the dictionnary on BufDelete ;)