Yilin-Yang / vim-markbar

Display all accessible marks and their surrounding lines in a collapsible sidebar.
MIT License
191 stars 3 forks source link

Persist mark names #37

Closed Yilin-Yang closed 2 years ago

Yilin-Yang commented 2 years ago

Have vim-markbar serialize the user's names into a JSON string that can be stored to and read from the viminfo/shada file.

Also fix a bug where putting the cursor right of column 0 would make stepping backwards with 'N' freeze and stop working.

Closes #17.