Michael Henry wrote:
On 01/02/2011 10:49 PM, Rostyk wrote:
      'a  or 'b  or 'c  work
     :a,bp  to display the lines in the a,b range.  throws an  E488
error
In "ex" commands, line ranges using marks cannot be specified
by just naming the mark register like "a"; instead, use "'a"
like this:

   :'a,'bp

More detail is found here:

   :help range

But you might start reading here:

   :help cmdline-ranges
------------------------------------
Michael Henry

Thank you very much for cluing me in to the requirements of the apostrophe i.e. 'a 'b etc.
in specifying line ranges.
--
Rostyk

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