When I in vimdiff and sometimes want to see those hidden lines marked
with "+nnn lines: ... ...", what do I do? Thanks.
There's quite a lot of detail at:
:help folding
In brief (working in normal mode, i.e. after pressing Escape):
za toggle fold under cursor open/closed
zR open all folds (reveal)
zM close all folds (more folding)
John
Cool! Thank you!
I always use this in this case:
zi Invert 'foldenable'.
Markus