Saturday, September 17, 2016

Re: norm 1G does not work on vim8.0.4

On 2016-09-18 03:57, Nikolay Aleksandrovich Pavlov wrote:
> And if you are writing `norm 1G` somewhere (e.g. in a plugin), then
> just write it as `normal! 1G` (with bang).

And stepping back, if you're writing *either* "norm 1G" or "norm! 1G"
just write

1

or whichever line-number you want to go to. Likewise, just use "$"
rather than "norm G" or "norm! g"

:help range

-tim


--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: