Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 121 by [email protected]: cursor jumps to the end of closed fold when executing a register
http://code.google.com/p/vim/issues/detail?id=121

What steps will reproduce the problem?

The following code shows how to reproduce this issue. I use netrw help file as an example because it's a large file with many folds.

"-----BEGIN-----------------------------
edit $VIMRUNTIME/doc/pi_netrw.txt
set fdm=marker fdl=0
" Position cursor on the first line of the first closed fold.
normal! ggzj
let @z = "echo line('.')"
echo line('.')
@z
echo line('.')
"-----END-------------------------------


What is the expected output? What do you see instead?

The cursor position should not change.
Insted, it jumps to the last line in the closed fold.


What version of the product are you using? On what operating system?

Vim 7.3.829 from Cream project, Windows XP.


Please provide any additional information below.

This is an issue with execution of registers (:help :@) and folding. When the cursor is on a closed fold and a register is executed, the cursor always jumps to the last line in the fold.

If an address is provided before the register and is anywhere in a closed fold (e.g., :28@z in the example above), the cursor also jumps to the last line in the fold.




--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message from the "vim_dev" 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

--- You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Raspunde prin e-mail lui