Yilin-Yang / vim-markbar

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

vim-markbar breaks 'mark' in 'foldopen' #18

Closed nkakouros closed 4 years ago

nkakouros commented 4 years ago

When vim-markbar is installed, jumping to a mark that lies in closed fold does not cause the fold to open. This behavior is controlled in vim via the foldopen setting. Specifying mark in the foldopen does not solve the problem as vim-markbar seems to neglect the setting.

Yilin-Yang commented 4 years ago

Hi @nkakouros,

Sorry for the outrageously long delay in response! I've just pushed some changes to branch foldopen: could you pull from that branch and see if it fixes the issue?

Best, Yilin

Yilin-Yang commented 4 years ago

Hi nkakouros,

Since it's been a few days, and because the fix feels like a low-risk code change, I'll be merging this into master and closing this issue for now. If you run into further issues, or if this wasn't what you were expecting, feel free to comment again and reopen the issue.

Best, Yilin