On 11/13/12 11:01, BartlebyScrivener wrote:
> But when I try it by setting mark a and b and then try moving the text to the 
> end of the file:
> 
> :a,bm $
> 
> I get a trailing characters error.

You want to reference the marks as marks:

  :'a,'bm$

as show in

  :help :'

(part of ":help :range")  Otherwise, it thinks you're trying to do
an :append command, which is the origin or the peculiar error.

-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

Reply via email to