You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that folds are not opened during search with n when vim-oblique is being used.
I think it would be a good fix to call zv automatically in case 'foldopen' contains search.
I am not sure if there is a way to undo zv when going to the next/prev search result (which I assume Vim does for its internal n/N).
It works with foldopen=all btw (!), and this appears to be different from enabling all options separately (i.e. adding jump and insert to the default setting).
The text was updated successfully, but these errors were encountered:
I've noticed that folds are not opened during search with
n
when vim-oblique is being used.I think it would be a good fix to call
zv
automatically in case'foldopen'
containssearch
.I am not sure if there is a way to undo
zv
when going to the next/prev search result (which I assume Vim does for its internaln
/N
).It works with
foldopen=all
btw (!), and this appears to be different from enabling all options separately (i.e. addingjump
andinsert
to the default setting).The text was updated successfully, but these errors were encountered: