Yilin-Yang / vim-markbar

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

Add option to forcibly persist mark deletion #36

Closed Yilin-Yang closed 2 years ago

Yilin-Yang commented 2 years ago

Add option to :wviminfo! or :wshada! on mark deletion, which works around neovim's ShaDa implementation not recognizing when a mark was deleted in a previous editing session.

Modify run_tests.sh script:

Also:

Closes #20.