Comment #4 on issue 290 by [email protected]: gVim does not jump to
given linennumber if already at end of file
https://code.google.com/p/vim/issues/detail?id=290
Thanks for your feedback. This was discussed on vim_dev at
https://groups.google.com/forum/#!topic/vim_dev/49jGSpM4I7I
The following minimal .vimrc.light allows for reproducing:
set nocompatible
filetype plugin indent on
syntax enable
runtime! macros/editexisting.vim
set nocompatible
filetype plugin indent on
syntax enable
runtime! macros/editexisting.vim
nnoremap : ,
--
It is unexpected that a normal mode mapping interferes because the user
sends no normal mode key sequences in neither command
gvim -n -u ~/.vimrc.light -U NONE --servername GVIMTEST +5 file.txt
gvim -n -u ~/.vimrc.light -U NONE --servername GVIMTEST +1 file.txt
--
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/d/optout.