tpope / vim-repeat

repeat.vim: enable repeating supported plugin maps with "."
http://www.vim.org/scripts/script.php?script_id=2136
2.59k stars 81 forks source link

Shouldn't `repeat#wrap` check if `&foldopen` contains 'all' (and not only 'undo')? #31

Closed d125q closed 9 years ago

d125q commented 9 years ago

I am referring to this line. Shouldn't the fold be opened if &foldopen contains all as well? Here is the relevant documentation.

tpope commented 9 years ago

Sounds reasonable.