junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.13k stars 39 forks source link

Folded text if foldmarkers in registers #3

Closed jeetsukumaran closed 9 years ago

jeetsukumaran commented 9 years ago

If the any text in in the registers has fold markers, some or most of the buffer ends up folded away.

Suggestion: setlocal foldlevel to something very high, so it is always open.

junegunn commented 9 years ago

Thanks! I added nofoldenable option to the buffer.

jeetsukumaran commented 9 years ago

Thanks!