Comment #6 on issue 290 by jottka...@googlemail.com: gVim does not jump to given linennumber if already at end of file
https://code.google.com/p/vim/issues/detail?id=290

Though using

  nnoremap : ,

without an accompanying mapping like

  nnoremap , :

to swap two keys is probably a bad idea, the actual reason for the
misbehaving lies in line 115 of editexisting.vim -- instead of

  exe "normal " . a:command

it should better read

    exe "normal! " . a:command


--
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to