Hello Vimmers,
Let's create sample fold:
vim -u NONE -N
:set foldmethod=marker
i
{{{1<CR>
foo bar zaz<CR>
foo bar zaz<Esc>bmm0za
OK, now we have mark 'm' set at the beginning of second 'zaz' within
closed fold and cursor placed at the beginning of the last line. The
problem is: when we jump to the mark with '`m' our fold stays closed.
I guess that fold isn't opened because cursor is already at mark line
(but in different column). I find this bahaviour annoying e.g. opening
file edited a while ago and executing '`^' or '`.' makes me confused
because I have to additionally execute 'zv' to get where I want.
There is no need for 'zv' after jump from line different from mark
line. Is there a way to force Vim to open fold even if cursor is
already at destination line?
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment