On 2009-06-12 13:11 (-0400), Keith Kaple wrote:

> I'm sure this has been asked before, but I don't see a command line
> option for opening a file to a specific byte offset from the
> beginning. Anyone have a solution for allowing this feature?

To open file.txt and go to byte 74 type:

    vim -c ':goto 74' file.txt

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to